From cc7225527e66a4fe45905f247bd56c265c61d5cf Mon Sep 17 00:00:00 2001 From: Asara Date: Mon, 20 Jan 2020 19:04:23 -0500 Subject: [PATCH] Change WEB_ADDR to the api address, not ui --- settings/website.env-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/website.env-sample b/settings/website.env-sample index e29667e..207f180 100644 --- a/settings/website.env-sample +++ b/settings/website.env-sample @@ -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"