gifted-gold-29282
06/23/2024, 6:52 PMserve:
proxy:
cors:
enabled: true
allowed_origins:
- <http://127.0.0.1>
- <http://dev.local>
- <http://staging.domain.com>
How to represent these settings with ENV variables?dazzling-napkin-4938
06/23/2024, 11:44 PMSERVE_PROXY_CORS_ALLOWED_ORIGINS_0=<http://127.0.0.1>
SERVE_PROXY_CORS_ALLOWED_ORIGINS_1=<http://dev.local>
dazzling-napkin-4938
06/23/2024, 11:45 PMdazzling-napkin-4938
06/23/2024, 11:45 PMsome-bear-63847
06/24/2024, 8:16 AM