Make the linter happy :)
This commit is contained in:
parent
c8e168aa3e
commit
b80ee8d778
|
@ -15,9 +15,9 @@ const conf = convict({
|
|||
env: 'REDIS_HOST'
|
||||
},
|
||||
listen_address: {
|
||||
format: "ipaddress",
|
||||
default: "127.0.0.1",
|
||||
env: "IP_ADDRESS"
|
||||
format: 'ipaddress',
|
||||
default: '127.0.0.1',
|
||||
env: 'IP_ADDRESS'
|
||||
},
|
||||
listen_port: {
|
||||
format: 'port',
|
||||
|
|
Loading…
Reference in New Issue