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