Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing Details

testDockerToto
Thomas CHAZOT 2 years ago
parent 224e27f056
commit 0e15195080

@ -1,4 +1,4 @@
[database] [database]
dsn = "mysql:host=localhost;port=8888;dbname=bobParty" dsn = "mysql:host="+System.getenv("db_server")+";dbname="+System.getenv("MYSQL_DATABASE");
username = "root" username = System.getenv("MYSQL_USER_TOM");
password = "root"; password = System.getenv("MYSQL_PASSWORD_TOM");

Loading…
Cancel
Save