Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a7d30456b0
commit
c2199964d9
@ -1,4 +1,9 @@
|
||||
#[database]
|
||||
#dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE");
|
||||
#username = getenv("MYSQL_USER_TOM");
|
||||
#password = getenv("MYSQL_PASSWORD_TOM");
|
||||
|
||||
[database]
|
||||
dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE");
|
||||
username = getenv("MYSQL_USER_TOM");
|
||||
password = getenv("MYSQL_PASSWORD_TOM");
|
||||
dsn = "mysql:host=localhost;port=8888;dbname=bobParty"
|
||||
username = "root"
|
||||
password = "root";
|
Loading…
Reference in new issue