add s3 region to environment variables
This commit is contained in:
parent
257987e3c0
commit
b7bb5c1c33
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user