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:
parent
97750c1345
commit
ba3646c0a1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue