remove NEXT_PUBLIC_APP_BASE_DOMAIN

This commit is contained in:
yusing 2025-03-21 05:55:11 +08:00
parent 4ef29f027e
commit 4a5e0b8d81

View file

@ -45,12 +45,6 @@ GODOXY_API_ADDR=127.0.0.1:8888
# Frontend listening port
GODOXY_FRONTEND_PORT=3000
# (Optional) Override apps base domain for app dashboard
# Default is domain.com if your WebUI is on godoxy.domain.com
# Setting this will override the default app url to <alias>.<NEXT_PUBLIC_APP_BASE_DOMAIN>
#
# NEXT_PUBLIC_APP_BASE_DOMAIN=
# Prometheus Metrics
GODOXY_PROMETHEUS_ENABLED=true