Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
224e27f056
commit
0e15195080
@ -1,4 +1,4 @@
|
||||
[database]
|
||||
dsn = "mysql:host=localhost;port=8888;dbname=bobParty"
|
||||
username = "root"
|
||||
password = "root";
|
||||
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