Added database configuration file

This commit is contained in:
kdeng00
2019-08-18 16:15:47 -04:00
parent 10b546d8b8
commit e9aa5f799c
4 changed files with 11 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"server": "server",
"database": "database",
"username": "username",
"password": "password"
}