24
1
Fork 0

Make the linter happy :)

This commit is contained in:
Thomas Dalichow 2017-12-09 02:34:33 +01:00 committed by GitHub
parent c8e168aa3e
commit b80ee8d778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ const conf = convict({
env: 'REDIS_HOST' env: 'REDIS_HOST'
}, },
listen_address: { listen_address: {
format: "ipaddress", format: 'ipaddress',
default: "127.0.0.1", default: '127.0.0.1',
env: "IP_ADDRESS" env: 'IP_ADDRESS'
}, },
listen_port: { listen_port: {
format: 'port', format: 'port',