Game-Jaming/config/database.json

8 lines
120 B
JSON
Raw Normal View History

2021-04-08 11:06:52 +00:00
{
2021-04-20 12:48:16 +00:00
"driver": "mysql",
2021-05-28 06:54:15 +00:00
"host": "172.16.5.5",
"database": "GameJamDB",
"username": "ida",
"password": "123qwe"
2021-04-20 12:48:16 +00:00
}