mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
Use new config item 'listen_address' in prod
This commit is contained in:
@@ -24,4 +24,4 @@ app.use(
|
|||||||
|
|
||||||
app.use(pages.notfound);
|
app.use(pages.notfound);
|
||||||
|
|
||||||
app.listen(config.listen_port);
|
app.listen(config.listen_port,config.listen_address);
|
||||||
|
|||||||
Reference in New Issue
Block a user