From 4a5e0b8d81af11284e57a2aec3733a4c0e77ad34 Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 21 Mar 2025 05:55:11 +0800 Subject: [PATCH] remove NEXT_PUBLIC_APP_BASE_DOMAIN --- .env.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.env.example b/.env.example index ca17ad5..50d8ae8 100644 --- a/.env.example +++ b/.env.example @@ -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 . -# -# NEXT_PUBLIC_APP_BASE_DOMAIN= - # Prometheus Metrics GODOXY_PROMETHEUS_ENABLED=true