This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit 5c751bd
authored
Make HTTP port configurable via HTTP_PORT environment variable (#72)
The HTTPS port was already configurable via HTTPS_PORT, but the HTTP
port was hardcoded to 80. This made it impossible to run multiple
Canasta instances on the same machine without port conflicts.
This change makes HTTP_PORT configurable in .env (defaulting to 80),
matching the existing pattern for HTTPS_PORT. This allows users to run
multiple Canasta instances on the same machine by using different port
combinations (e.g., 8080/8443 for a second instance).1 parent 4dffa21 commit 5c751bd
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
0 commit comments