mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 08:19:37 +00:00
allow connections from the mobile app while running in dev env
This commit is contained in:
parent
23cc6bb210
commit
f5e892b862
1 changed files with 1 additions and 1 deletions
|
|
@ -136,6 +136,6 @@ module.exports = {
|
|||
},
|
||||
server: {
|
||||
port: process.env.NODE_ENV === 'production' ? 80 : 3000,
|
||||
host: process.env.NODE_ENV === 'production' ? '0.0.0.0' : 'localhost'
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue