feat(frontend): add sample prod .env file

This commit is contained in:
Julian Lobbes 2023-05-21 03:02:12 +02:00
parent 9e33e9236f
commit 7068e1e4e3

6
frontend/.env.production Normal file
View file

@ -0,0 +1,6 @@
# See `https://kit.svelte.dev/docs/adapter-node#environment-variables-origin-protocol-header-and-host-header`.
ORIGIN=https://todo.example.com
# See `https://kit.svelte.dev/docs/adapter-node#environment-variables-address-header-and-xff-depth`.
ADDRESS_HEADER="X-Forwarded-For"
XFF_DEPTH="2"