1
0
Fork 0
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:
ericgaspar 2021-07-11 16:53:01 +02:00
parent 4147106cce
commit fac35d07e8

View file

@ -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";