diff --git a/config/settings.defaults.coffee b/config/settings.defaults.coffee index 2f2348b..c29829e 100644 --- a/config/settings.defaults.coffee +++ b/config/settings.defaults.coffee @@ -19,7 +19,8 @@ module.exports = internal: clsi: port: 3013 - host: process.env["LISTEN_ADDRESS"] or "0.0.0.0" + host: process.env["LISTEN_ADDRESS"] or "localhost" + apis: clsi: url: "http://#{process.env['CLSI_HOST'] or 'localhost'}:3013" @@ -44,5 +45,4 @@ if process.env["COMMAND_RUNNER"] module.exports.path.sandboxedCompilesHostDir = process.env["COMPILES_HOST_DIR"] - #TODO this can be deleted once module is merged in module.exports.path.synctexBinHostPath = process.env["SYNCTEX_BIN_HOST_PATH"] diff --git a/package.json b/package.json index c5d52c9..ae37955 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "compile:all": "npm run compile:app && npm run compile:unit_tests && npm run compile:acceptance_tests", "nodemon": "nodemon --config nodemon.json" }, - "author": "James Allen ", + "author": "James Allen ", "dependencies": { "async": "0.2.9", "body-parser": "^1.2.0",