mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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.listen(config.listen_port);
|
||||
app.listen(config.listen_port,config.listen_address);
|
||||
|
||||
Reference in New Issue
Block a user