-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd7638
commit d565e55
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Only used to read legacy users. | ||
AA_MONGODB_URI=uri | ||
|
||
# prod | dev | local | ||
STAGE=local | ||
|
||
# Provided by CDK code when running on AWS. | ||
USERDATA_TABLE_NAME=tablename | ||
|
||
# Provided by Lambda when running on AWS. | ||
AWS_REGION=us-east-1 | ||
|
||
# For Mapbox API | ||
MAPBOX_ACCESS_TOKEN=pk.abc123 | ||
|
||
# Anteater API key. | ||
# If you don't have a key, you can get one at https://dashboard.anteaterapi.com | ||
ANTEATER_API_KEY=placeholder |