mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
fix host
This commit is contained in:
parent
f72725dd0a
commit
ef205f317c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
NODE_ENV=production
|
||||
PORT=__PORT__
|
||||
HOST=localhost
|
||||
HOST=127.0.0.1
|
||||
CONFIG_PATH=__DATA_DIR__/config
|
||||
AUDIOBOOK_PATH=__DATA_DIR__/audiobooks
|
||||
METADATA_PATH=__DATA_DIR__/metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue