From 810c3cfb80df72dc8568a54a329a8d68b5974f77 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 16:45:15 +0100 Subject: [PATCH] add config --- conf/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/config.json 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