Created example config and added development config to gitignore

This commit is contained in:
2019-06-28 22:39:24 +02:00
parent 91dcfaccb9
commit 4019d63f3b
2 changed files with 3 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
{
"database": {
"host": "../shows.db"
},
"webserver": {
"port": 31459
},
"tmdb": {
"apiKey": ""
},
"plex": {
"ip": ""
},
"raven": {
"DSN": ""
},
"authentication": {
"secret": "secret"
}
}