Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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…
Reference in new issue