mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
allow connections from the mobile app while running in dev env
This commit is contained in:
parent
23cc6bb210
commit
f5e892b862
@ -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…
Reference in New Issue
Block a user