mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
add example to override app base domain in dashboard
This commit is contained in:
parent
05d2f77c0c
commit
785ea71a20
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ GODOXY_API_ADDR=127.0.0.1:8888
|
||||||
# Frontend listening port
|
# Frontend listening port
|
||||||
GODOXY_FRONTEND_PORT=3000
|
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
|
# Prometheus Metrics
|
||||||
GODOXY_PROMETHEUS_ENABLED=true
|
GODOXY_PROMETHEUS_ENABLED=true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue