changed the way configs are stored

This commit is contained in:
2017-04-27 17:22:07 +02:00
parent ce937728a5
commit ae451a5177
4 changed files with 38 additions and 15 deletions

6
config.json.example Normal file
View File

@@ -0,0 +1,6 @@
{
"host": "127.0.0.1",
"database": "database",
"user": "user",
"password": "password"
}