forked from Enterprise-CMCS/macpro-mdct-mcr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env_example
38 lines (36 loc) · 1.24 KB
/
.env_example
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
API_URL=http://localhost:3030/local
BANNER_TABLE_NAME=local-banners
COGNITO_USER_POOL_CLIENT_ID=4n2andd7qumjgdojec3cbqsemu
COGNITO_USER_POOL_ID=us-east-1_lerDvs4wn
POST_SIGNOUT_REDIRECT=http://localhost:3000/
DATATRANSFORM_ENABLED=false
DATATRANSFORM_UPDATED_ENABLED=false
DISABLE_ESLINT_PLUGIN=true
DYNAMODB_URL=http://localhost:8000
IAM_PATH=/
IAM_PERMISSIONS_BOUNDARY="bound"
LOCAL_LOGIN=true
MCPAR_FORM_BUCKET=local-mcpar-form
MCPAR_REPORT_TABLE_NAME=local-mcpar-reports
MLR_FORM_BUCKET=local-mlr-form
MLR_REPORT_TABLE_NAME=local-mlr-reports
NAAAR_REPORT_TABLE_NAME=local-naaar-reports
NAAAR_FORM_BUCKET=local-naaar-form
FORM_TEMPLATE_TABLE_NAME=local-form-template-versions
S3_ATTACHMENTS_BUCKET_NAME=local-uploads
S3_LOCAL_ENDPOINT=http://localhost:4569
SKIP_PREFLIGHT_CHECK=true
TEMPLATE_BUCKET=local-uploads
URL=http://localhost/3000
LOGGING_BUCKET=log-bucket
WARMUP_SCHEDULE=60 minutes
WARMUP_CONCURRENCY=5
# Values used for short-circuiting ssm: lookups, most likely won't need locally
VPC_ID=local-nonsense
VPC_SUBNET_A=local-nonsense
VPC_SUBNET_B=local-nonsense
VPC_SUBNET_C=local-nonsense
BROKER_STRINGS=local-nonsense
MCPAR_REPORT_TABLE_STREAM_ARN=local-nonsense
MLR_REPORT_TABLE_STREAM_ARN=local-nonsense
NAAAR_REPORT_TABLE_STREAM_ARN=local-nonsense