Commit e5f721e
authored
Align the TRUSTED_ORIGINS fallback with the port the app is actually served on (#313)
The app runs on 3010, and .env.example says so, but the fallback used when TRUSTED_ORIGINS is unset named 3000. A deployment that never set the variable trusted an origin nothing serves and refused the one that does.1 parent 92014a8 commit e5f721e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments