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

testDockerToto
Thomas CHAZOT 2 years ago
parent 0e15195080
commit baaa5ba2d7

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

Loading…
Cancel
Save