mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
Make the linter happy :)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user