Change WEB_ADDR to the api address, not ui

This commit is contained in:
Amarpreet Minhas 2020-01-20 19:04:23 -05:00
parent d9153ea9bf
commit cc7225527e

View file

@ -3,4 +3,4 @@ export EMAIL_SECRET="CHANGEMEALSOPLS"
export JWT_SECRET="CHANGEMEALSO"
export POSTAL_API="https://POSTAL_URL"
export POSTAL_SRC_EMAIL="postal-source@domain.com"
export WEB_ADDR="https://domain.tld"
export WEB_ADDR="https://apidomain.tld"