Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
baaa5ba2d7
commit
f3b002ab16
@ -1,4 +1,4 @@
|
||||
[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");
|
||||
dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE");
|
||||
username = getenv("MYSQL_USER_TOM");
|
||||
password = getenv("MYSQL_PASSWORD_TOM");
|
||||
|
Loading…
Reference in new issue