Skip to content

Commit 0297342

Browse files
committed
feat: Add development settings for local server port in .env.example
1 parent 5dc35da commit 0297342

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ DATABASE_PASSWORD=CHANGE_ME_SECURE_PASSWORD
2222
# Unique subnet ID (1-254) to avoid conflicts with other stacks
2323
PRIVATESUBNET=252
2424

25+
# -- Development Settings --
26+
# Server port for local development (default: 8000)
27+
DEV_SERVER_PORT=8000
28+
2529
# -- Traefik Proxy Settings --
2630
# DNS must resolve to ${SERVICE_HOSTNAME}
2731
SERVICE_HOSTNAME=error-observability.app.example.com

0 commit comments

Comments
 (0)