You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
242 B

ALLOWED_ORIGINS=*
DB_URL=http://localhost:8000
DB_TABLE=my-db-table
DB_GSI_NAME=gsi1
DB_GSI_ATTR=gsi1pk
AWS_ACCESS_KEY_ID=SecretAwsKey
AWS_SECRET_ACCESS_KEY=SecretAwsSecret
ENVIRONMENT=local-or-staging-or-production
LISTEN_ADDR=127.0.0.1:3000