fastapi-svelte-template/frontend/.env.development
2023-06-04 13:04:27 +02:00

6 lines
289 B
Text

# See `https://kit.svelte.dev/docs/adapter-node#environment-variables-origin-protocol-header-and-host-header`.
ORIGIN=http://localhost:8000
# See `https://kit.svelte.dev/docs/adapter-node#environment-variables-address-header-and-xff-depth`.
ADDRESS_HEADER="X-Forwarded-For"
XFF_DEPTH="1"