feat(frontend): add sample prod .env file
This commit is contained in:
parent
9e33e9236f
commit
7068e1e4e3
1 changed files with 6 additions and 0 deletions
6
frontend/.env.production
Normal file
6
frontend/.env.production
Normal 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"
|
Loading…
Add table
Reference in a new issue