diff --git a/conf/config.json b/conf/config.json new file mode 100644 index 0000000..a0e7ec9 --- /dev/null +++ b/conf/config.json @@ -0,0 +1,9 @@ +{ + "mysql": { + "host": "localhost", + "database": "pufferpanel", + "username": "pufferpanel", + "password": "__DB_PASS__", + "port": "3306" + } +} \ No newline at end of file