We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc35da commit 0297342Copy full SHA for 0297342
.env.example
@@ -22,6 +22,10 @@ DATABASE_PASSWORD=CHANGE_ME_SECURE_PASSWORD
22
# Unique subnet ID (1-254) to avoid conflicts with other stacks
23
PRIVATESUBNET=252
24
25
+# -- Development Settings --
26
+# Server port for local development (default: 8000)
27
+DEV_SERVER_PORT=8000
28
+
29
# -- Traefik Proxy Settings --
30
# DNS must resolve to ${SERVICE_HOSTNAME}
31
SERVICE_HOSTNAME=error-observability.app.example.com
0 commit comments