Fix: Tests lint and src folder #138

Merged
KevinMidboe merged 27 commits from fix/tests-lint-and-src-folder into master 2022-08-20 15:41:47 +00:00
Showing only changes of commit d58f9751f4 - Show all commits

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"
} }
} }