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,19 +2,30 @@
"database": { "database": {
"host": ":memory:" "host": ":memory:"
}, },
"redis": {
"host": "localhost",
"port": 6379
},
"webserver": { "webserver": {
"port": 31400 "port": 31400,
"origins": []
}, },
"tmdb": { "tmdb": {
"apiKey": "bogus-api-key" "apiKey": "bogus-api-key"
}, },
"plex": { "plex": {
"ip": "0.0.0.0" "ip": "localhost",
"token": ""
},
"tautulli": {
"apiKey": "",
"ip": "",
"port": ""
}, },
"raven": { "raven": {
"DSN": "" "DSN": ""
}, },
"authentication": { "authentication": {
"secret": "secret" "secret": "secret"
} }
} }