summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index e54a20b..fa70f68 100644
--- a/.env.example
+++ b/.env.example
@@ -30,3 +30,9 @@ CACHE_TTL_MINUTES=5
# Development Settings
# Set to "true" to enable debug logging
DEBUG=false
+
+# Service Gateway — additional upstream services proxied behind doot's auth + SSL
+# Each service is exposed at /prefix/* and requires a logged-in session.
+# To add a new service: set its URL here and register a mount in cmd/dashboard/main.go.
+# CLAUDOMATOR_URL=http://127.0.0.1:8484 # already wired; override if running elsewhere
+# PLAYGROUND_URL=http://127.0.0.1:9090 # playground demo (playground/web/server.py)