-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
25 lines (25 loc) · 1017 Bytes
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CORS_CREDENTIALS=true
CORS_ORIGINS=http://localhost:3000,https://sandbox.embed.apollographql.com,https://studio.apollographql.com/sandbox/explorer
DATABASE_CONNECTION_STRING=postgresql://postgres:postgres@localhost:5433?schema=public
FEIDE_BASE_URL=https://auth.dataporten.no
FEIDE_GROUPS_API=https://groups-api.dataporten.no/groups/me/groups
FEIDE_CLIENT_ID=fcaa9e30-a6d3-4809-8fea-cdd7b3de1c98
FEIDE_REDIRECT_URI=http://localhost:4000/auth/authenticate
LOG_ENABLED=true
NODE_ENV=development
PORT=4000
SERVER_URL=http://localhost:4000
REDIRECT_ORIGINS=http://localhost:3000,http://localhost:4000
RATE_LIMIT_MAX=1000
REDIS_CONNECTION_STRING=redis://:@localhost:6380
SENTRY_TRACES_SAMPLE_RATE=1.0
SESSION_COOKIE_DOMAIN=localhost
SESSION_COOKIE_HTTP_ONLY=true
SESSION_COOKIE_NAME=sessionid
SESSION_COOKIE_SECURE=false
SESSION_COOKIE_SAME_SITE=lax
SESSION_SECRET=this is a very very secret string for sessions
TRUST_PROXY=true
VIPPS_TEST_MODE=true