set aws region for dev
This commit is contained in:
parent
3021f0b6f3
commit
427f6ca117
@ -9,7 +9,7 @@ processes = []
|
|||||||
[env]
|
[env]
|
||||||
APP_BASE_URL = "https://dev.shellphone.app"
|
APP_BASE_URL = "https://dev.shellphone.app"
|
||||||
AWS_SES_FROM_EMAIL = "\"Mokhtar from Shellphone\" <mokhtar@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"
|
NODE_ENV = "production"
|
||||||
PORT = "8080"
|
PORT = "8080"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user