-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenv.sample
More file actions
42 lines (42 loc) · 1023 Bytes
/
env.sample
File metadata and controls
42 lines (42 loc) · 1023 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Superuser for migrations
POSTGRES_ADMIN_USER=postgres
POSTGRES_ADMIN_PASSWORD=postgres
# Minimal user with restricted access
POSTGRES_TENANT_USER=tenant
POSTGRES_TENANT_PASSWORD=tenant
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=authentication-service
POSTGRES_TENANT_MAX_CONNECTION_LIMIT=10
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_CACHE_TTL=3600
REDIS_MAX_ITEM_IN_CACHE=1000
PORT=4000
JWT_SECRET=s3cr3t1234567890
OTP_SECRET=s3cr3t40tp1234567890
JWT_TOKEN_EXPTIME=3600
JWT_REFRESH_TOKEN_EXP_TIME=604800
ENV=local
GOOGLE_CLIENT_ID=
GOOGLE_SECRET=
APP_URL=http://localhost:4000
TWILIO_ACC_SID=
TWILIO_VERIFY_SID=
TWILIO_AUTH_TOKEN=
TWILIO_SENDING_NUMBER=
2FA_APP_NAME=
OTP_WINDOW=300
OTP_STEP=60
ENFORCE_2FA=
OTP_VERIFY_TOOL=
SMS_INTEGRATION=twilio
IS_TWILIO_INTEGRATED=false
RECAPTCHA_SECRET_KEY=
MIN_RECAPTCHA_SCORE=.5
RECAPTCHA_VERIFY_URL=https://www.google.com/recaptcha/api/siteverify
DEFAULT_ADMIN_PASSWORD=adminpassword
INVITATION_TOKEN_EXPTIME = 7d
AUTH_KEY=
MULTI_TENANCY_ENABLED=
DEFAULT_TENANT_ID=