-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
30 lines (24 loc) · 927 Bytes
/
.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
# Lambda dev logging
READABLE_LOG_FORMAT="true"
# Cognito User Pool Retention Policy
RETAIN_USER_POOL_ON_DELETE="true"
# Cognito User Pool Identity Provider
USER_POOL_IDENTITY_PROVIDER="false"
USER_POOL_IDENTITY_PROVIDER_CLIENT_ID=""
USER_POOL_IDENTITY_PROVIDER_CLIENT_SECRET=""
USER_POOL_IDENTITY_PROVIDER_ISSUER_URL=""
# Cognito User Pool Self Sign Up
USER_POOL_SELF_SIGN_UP="true"
# New Relic
NEW_RELIC_LAMBDA_INSTRUMENTATION="false"
NEW_RELIC_ACCOUNT_ID=""
NEW_RELIC_TRUSTED_ACCOUNT_KEY=""
NEW_RELIC_LICENSE_KEY=""
# Client Custom Domain
CLIENT_CUSTOM_DOMAIN="false"
CLIENT_CUSTOM_DOMAIN_NAME="virtual-lab.example.com"
CLIENT_CUSTOM_DOMAIN_CERTIFICATE_ARN="arn:aws:acm:<REGION>:<ACCOUNT>:certificate/<CERTIFICATE_ID>"
# Docs Custom Domain
DOCS_CUSTOM_DOMAIN="false"
DOCS_CUSTOM_DOMAIN_NAME="docs.virtual-lab.example.com"
DOCS_CUSTOM_DOMAIN_CERTIFICATE_ARN="arn:aws:acm:<REGION>:<ACCOUNT>:certificate/<CERTIFICATE_ID>"