feat: Add TRUST_PROXY environment variable.

Defaults to false.
pull/164/head
dbrennand 4 years ago
parent 39851509a9
commit c4e67b2ee7

@ -20,6 +20,7 @@ services:
- 3000:1337
environment:
- BASE_URL=http://localhost:3000
- TRUST_PROXY=false
- DATABASE_URL=postgresql://postgres@postgres/planka
- SECRET_KEY=notsecretkey
depends_on:

Loading…
Cancel
Save