1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00

Update config.dist.php

This commit is contained in:
ericgaspar 2022-03-27 08:00:48 +02:00
parent 97750c1345
commit ba3646c0a1

View file

@ -4,7 +4,7 @@
* database connection details
******************************/
$db['host'] = 'localhost';
$db['user'] = '__DB_NAME__';
$db['user'] = '__DB_USER__';
$db['pass'] = '__DB_PWD__';
$db['name'] = '__DB_NAME__';
$db['port'] = 3306;