Fix up tests

This commit is contained in:
James Allen
2017-12-15 16:11:16 +00:00
parent 8311101ec0
commit ffa2e231fd
3 changed files with 47 additions and 84 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ module.exports = settings =
trackchanges:
url : "http://localhost:3015"
project_history:
enabled: process.env.PROJECT_HISTORY_ENABLED == 'true' or false
sendProjectStructureOps: process.env.PROJECT_HISTORY_ENABLED == 'true' or false
initializeHistoryForNewProjects: process.env.PROJECT_HISTORY_ENABLED == 'true' or false
url : "http://localhost:3054"
docstore:
url : "http://#{process.env['DOCSTORE_HOST'] or 'localhost'}:3016"