Mise à jour de 'api-rest/config.ini'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a4658ce46a
commit
d0b533117e
@ -1,4 +1,4 @@
|
|||||||
[database]
|
[database]
|
||||||
dsn = "mysql:host=localhost;port=8888;dbname=bobParty"
|
dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE")
|
||||||
username = "root"
|
username = getenv("MYSQL_USER_TOM")
|
||||||
password = "root"
|
password = getenv("MYSQL_PASSWORD_TOM")
|
||||||
|
Loading…
Reference in new issue