Skip to content

Commit

Permalink
add example to override app base domain in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Feb 22, 2025
1 parent f1bfd13 commit e362aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ GODOXY_HTTPS_ADDR=:443
# API listening address
GODOXY_API_ADDR=127.0.0.1:8888

# (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

Expand Down

0 comments on commit e362aa4

Please sign in to comment.