Change WEB_ADDR to the api address, not ui
This commit is contained in:
parent
d9153ea9bf
commit
cc7225527e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue