Skip to content

Commit

Permalink
added back .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacNguyen committed Nov 23, 2024
1 parent 0dd7638 commit d565e55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/backend/.env.example
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

0 comments on commit d565e55

Please sign in to comment.