Sentry #62

Merged
KevinMidboe merged 4 commits from sentry into master 2017-11-08 13:04:38 +00:00
2 changed files with 25 additions and 0 deletions
Showing only changes of commit 6e9d511b5c - Show all commits

View File

@@ -0,0 +1,24 @@
{
"database": {
"host": "../shows.db"
},
"webserver": {
"port": 31459
},
"tmdb": {
"apiKey": ""
},
"raven": {
"DSN": ""
},
"mail": {
"host": "",
"user": "",
"password": "",
"user_pi": "",
"password_pi": ""
},
"authentication": {
"secret": ""
}
}

View File

@@ -0,0 +1 @@