Game-Jaming/config/database.json

8 lines
111 B
JSON
Raw Normal View History

2021-04-08 11:06:52 +00:00
{
2021-04-20 12:48:16 +00:00
"driver": "mysql",
"host": "localhost",
"database": "testdb",
"username": "root",
"password": ""
}