diff --git a/config/database.json b/config/database.json new file mode 100644 index 00000000..7d5b57a7 --- /dev/null +++ b/config/database.json @@ -0,0 +1,10 @@ +{ + "databaseConfig": { + "host": "", + "user": "", + "pass": "", + "name": "", + "port": 3306, + "usePersistentConnection": true + } +} \ No newline at end of file