Merge branch 'master' into clostridium
* master: Add staging env Tweak shippable config
This commit is contained in:
commit
0a039e57c4
2 changed files with 7 additions and 1 deletions
|
@ -39,6 +39,12 @@ module.exports = function(environment) {
|
|||
ENV.locationType = 'none';
|
||||
}
|
||||
|
||||
if (environment === 'staging') {
|
||||
apiURL = 'https://bactdb-test.herokuapp.com';
|
||||
ENV.APP.LOG_ACTIVE_GENERATION = false;
|
||||
ENV.APP.LOG_VIEW_LOOKUPS = false;
|
||||
}
|
||||
|
||||
if (environment === 'production') {
|
||||
apiURL = 'https://bactdb.herokuapp.com';
|
||||
}
|
||||
|
|
Reference in a new issue