web panel env

This commit is contained in:
Whispering Wind
2025-02-07 21:32:55 +03:30
committed by GitHub
parent e83f6ed1f9
commit c88777fdc1

View File

@ -6,6 +6,7 @@ CONFIG_ENV="/etc/hysteria/.configs.env"
TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env" TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env"
SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env" SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env"
NORMALSUB_ENV="/etc/hysteria/core/scripts/normalsub/.env" NORMALSUB_ENV="/etc/hysteria/core/scripts/normalsub/.env"
WEBPANEL_ENV="/etc/hysteria/core/scripts/webpanel/.env"
ONLINE_API_URL="http://127.0.0.1:25413/online" ONLINE_API_URL="http://127.0.0.1:25413/online"
LOCALVERSION="/etc/hysteria/VERSION" LOCALVERSION="/etc/hysteria/VERSION"
LATESTVERSION="https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/VERSION" LATESTVERSION="https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/VERSION"