Force add config files

This commit is contained in:
Vortrex
2023-03-03 01:31:57 -06:00
committed by GitHub
parent 19b433e7fb
commit 732940e56f
8 changed files with 494 additions and 0 deletions

8
config/database.json Normal file
View File

@@ -0,0 +1,8 @@
{
"host": "",
"user": "",
"pass": "",
"name": "",
"port": 3306,
"usePersistentConnection": false
}