mirror of
https://github.com/YunoHost-Apps/zeroui_ynh.git
synced 2024-09-03 18:05:57 +02:00
11 lines
299 B
Text
11 lines
299 B
Text
NODE_ENV=production
|
|
LISTEN_ADDRESS=127.0.0.1
|
|
PORT=__PORT__
|
|
ZU_SERVE_FRONTEND=true
|
|
ZU_SECURE_HEADERS=true
|
|
ZU_CONTROLLER_ENDPOINT=http://__ZT_ADDR__/
|
|
ZU_CONTROLLER_TOKEN=__ZT_TOKEN__
|
|
# Protection is ensured by YunoHost's SSOwat
|
|
ZU_DISABLE_AUTH=true
|
|
ZU_DEFAULT_PASSWORD=admin
|
|
ZU_DEFAULT_USERNAME=admin
|