Now when running tests we use a separate config file test.json
This commit is contained in:
17
seasoned_api/conf/test.json
Normal file
17
seasoned_api/conf/test.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"database": {
|
||||
"host": ":memory:"
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31400
|
||||
},
|
||||
"tmdb": {
|
||||
"apiKey": "bogus-api-key"
|
||||
},
|
||||
"raven": {
|
||||
"DSN": ""
|
||||
},
|
||||
"authentication": {
|
||||
"secret": "secret"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user