Added NORMALSUB_ENV

This commit is contained in:
Whispering Wind
2024-10-06 22:51:03 +03:30
committed by GitHub
parent 540042cd35
commit edc922a5e9

View File

@ -5,4 +5,5 @@ CONFIG_FILE="/etc/hysteria/config.json"
CONFIG_ENV="/etc/hysteria/.configs.env" 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"
ONLINE_API_URL="http://127.0.0.1:25413/online" ONLINE_API_URL="http://127.0.0.1:25413/online"