-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
27 lines (20 loc) · 734 Bytes
/
.env.docker.example
File metadata and controls
27 lines (20 loc) · 734 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
ENVIRONMENT=dev-local
AWS_REGION=us-east-2
PLATFORM_AWS_S3_ENDPOINT_URL=http://storage:4566
PLATFORM_AWS_S3_ACCESS_KEY_ID=test
PLATFORM_AWS_S3_SECRET_ACCESS_KEY=test
PLATFORM_EMAIL_HOST_USER=<SMTP_USERNAME>
PLATFORM_EMAIL_HOST_PASSWORD=<SMTP_PASSWORD>
PLATFORM_TWILIO_ACCOUNT_SID=<TWILIO_ACCOUNT_SID>
PLATFORM_TWILIO_AUTH_TOKEN=<TWILIO_AUTH_TOKEN>
PLATFORM_TWILIO_SMS_FROM=<TWILIO_SMS_FROM>
PLATFORM_SECRET_KEY="cfkc(re*66+n$&hj_r-73x(dmpp9h!u!1hxj(2&7nabri2c5xr"
PLATFORM_REDIS_HOST=redis://cache:6379/1
PLATFORM_DB_HOST=db
PLATFORM_DB_USER=helium
PLATFORM_DB_PASSWORD=helium
PLATFORM_DEBUG=True
PLATFORM_TEMPLATE_DEBUG=True
PLATFORM_ACCESS_TOKEN_TTL_MINUTES=3
PLATFORM_ACCESS_TOKEN_TTL_DAYS=1
PLATFORM_ADMIN_ENFORCE_2FA=False