Add database config
This commit is contained in:
10
config/database.json
Normal file
10
config/database.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"databaseConfig": {
|
||||||
|
"host": "",
|
||||||
|
"user": "",
|
||||||
|
"pass": "",
|
||||||
|
"name": "",
|
||||||
|
"port": 3306,
|
||||||
|
"usePersistentConnection": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user