mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
Use new config item 'listen_address' in prod
This commit is contained in:
parent
106aef579f
commit
c8e168aa3e
@ -24,4 +24,4 @@ app.use(
|
||||
|
||||
app.use(pages.notfound);
|
||||
|
||||
app.listen(config.listen_port);
|
||||
app.listen(config.listen_port,config.listen_address);
|
||||
|
Loading…
Reference in New Issue
Block a user