Updated test configuration w/ missing keys

This commit is contained in:
2022-08-20 13:56:37 +02:00
parent 7b8ca68fc8
commit d58f9751f4

View File

@@ -2,14 +2,25 @@
"database": {
"host": ":memory:"
},
"redis": {
"host": "localhost",
"port": 6379
},
"webserver": {
"port": 31400
"port": 31400,
"origins": []
},
"tmdb": {
"apiKey": "bogus-api-key"
},
"plex": {
"ip": "0.0.0.0"
"ip": "localhost",
"token": ""
},
"tautulli": {
"apiKey": "",
"ip": "",
"port": ""
},
"raven": {
"DSN": ""