add s3 region to environment variables

This commit is contained in:
m5r 2021-09-16 06:58:10 +08:00
parent 257987e3c0
commit b7bb5c1c33
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ processes = []
[env]
NODE_ENV = "production"
AWS_S3_REGION = "eu-west-3"
AWS_SES_REGION = "eu-central-1"
AWS_SES_FROM_EMAIL = "mokhtar@fss.dev"
QUIRREL_API_URL = "https://queue.mokhtar.dev"

View File

@ -13,6 +13,7 @@ processes = []
[env]
NODE_ENV = "production"
AWS_S3_REGION = "eu-west-3"
AWS_SES_REGION = "eu-central-1"
AWS_SES_FROM_EMAIL = "mokhtar@fss.dev"
QUIRREL_API_URL = "https://queue.mokhtar.dev"