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