-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
45 lines (40 loc) · 979 Bytes
/
.env.dist
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
43
44
45
#########
# Flask #
#########
FLASK_ENV=dev
FLASK_DEBUG=1
#######
# App #
#######
# BOT_BASE_URL
# Exposed locally at http://localhost:5000 by default.
# Use a tool like ngrok (https://ngrok.com) to expose your local web server.
BOT_BASE_URL=
# BOT_SMS_NUMBER
# Twilio SMS number for the bot.
BOT_SMS_NUMBER=
###########
# Secrets #
###########
# SECRETS_MANAGER_SECRET_ARN
# Full ARN of the secret created by cloudformation.yml
SECRETS_MANAGER_SECRET_ARN=
############
# DynamoDB #
############
# DYNAMODB_ENDPOINT
# local only. "dynamodb" hostname matches the name of the container
DYNAMODB_ENDPOINT=http://dynamodb:8000
###############
# API Gateway #
###############
# API_GATEWAY_BASE_PATH
# Tell wsgi handler about our basepath. Required in conjunction with serverless-domain-manager plugin.
# This value equates to the API Gateway "stage"
API_GATEWAY_BASE_PATH=
#######
# AWS #
#######
# AWS_PROFILE
# AWS CLI profile to use for Serverless
AWS_PROFILE=