set aws region for dev

This commit is contained in:
m5r 2022-07-03 15:48:21 +02:00
parent 3021f0b6f3
commit 427f6ca117

View File

@ -9,7 +9,7 @@ processes = []
[env]
APP_BASE_URL = "https://dev.shellphone.app"
AWS_SES_FROM_EMAIL = "\"Mokhtar from Shellphone\" <mokhtar@shellphone.app>"
AWS_SES_REGION = "eu-central-1"
AWS_REGION = "eu-central-1"
NODE_ENV = "production"
PORT = "8080"