1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-30 13:05:01 +08:00
2024-08-05 00:52:32 +08:00

10 lines
258 B
Plaintext

CONFIG_PATH="./data/config"
CONTAINER_NAME="verdaccio"
PANEL_APP_PORT_HTTP=40087
PLUGINS_PATH="./data/plugins"
STORAGE_PATH="./data/storage"
VERDACCIO_APPDIR="/opt/verdaccio"
VERDACCIO_PROTOCOL="http"
VERDACCIO_USER_NAME="verdaccio"
VERDACCIO_USER_UID=10001