Merge branch 'master' into ho-dockerise

This commit is contained in:
Henry Oswald
2018-03-02 18:11:45 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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"