mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
Use new config item 'listen_address' in prod
This commit is contained in:
+1
-1
@@ -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