Fix: Tests lint and src folder #138
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user