Add database config

This commit is contained in:
Vortrex
2021-02-03 12:13:12 -06:00
parent ee18d791b9
commit 5df0b22547

10
config/database.json Normal file
View File

@@ -0,0 +1,10 @@
{
"databaseConfig": {
"host": "",
"user": "",
"pass": "",
"name": "",
"port": 3306,
"usePersistentConnection": true
}
}