Now when running tests we use a separate config file test.json

This commit is contained in:
2018-03-20 20:14:15 +01:00
parent 9e145f7068
commit 1b08c8d3d1
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"database": {
"host": ":memory:"
},
"webserver": {
"port": 31400
},
"tmdb": {
"apiKey": "bogus-api-key"
},
"raven": {
"DSN": ""
},
"authentication": {
"secret": "secret"
}
}