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]
|
||||
#dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE");
|
||||
#username = getenv("MYSQL_USER_TOM");
|
||||
#password = getenv("MYSQL_PASSWORD_TOM");
|
||||
#dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE")
|
||||
#username = getenv("MYSQL_USER_TOM")
|
||||
#password = getenv("MYSQL_PASSWORD_TOM")
|
||||
|
||||
[database]
|
||||
dsn = "mysql:host=localhost;port=8888;dbname=bobParty";
|
||||
username = "root";
|
||||
password = "root";
|
||||
dsn = "mysql:host=localhost;port=8888;dbname=bobParty"
|
||||
username = "root"
|
||||
password = "root"
|
||||
|
Loading…
Reference in new issue