mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
Update settings.php
This commit is contained in:
parent
4147106cce
commit
fac35d07e8
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ global $server, $user, $pass, $database, $pre, $db, $port, $encoding;
|
|||
|
||||
### DATABASE connexion parameters ###
|
||||
$server = "localhost";
|
||||
$user = "__DB_USER__";
|
||||
$user = "__DB_NAME__";
|
||||
$pass = "__DB_PWD__";
|
||||
$database = "__DB_USER__";
|
||||
$database = "__DB_NAME__";
|
||||
$pre = "teampass_";
|
||||
$port = 3306;
|
||||
$encoding = "utf8";
|
||||
|
|
Loading…
Add table
Reference in a new issue