commit 813a3a975d929c9b38627826dbe33861941a667c
parent 480776c4b42fcd629a89fecb06ec6597a9ac693e
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Fri, 27 Sep 2024 00:58:53 +0200
fix(myheats-demo): api redirect uri
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hcl/default/myheats-demo/templates/env.local.tmpl b/hcl/default/myheats-demo/templates/env.local.tmpl
@@ -16,7 +16,7 @@ VITE_LOCALE=de-CH
###########
# Backend #
###########
-API_REDIRECT_URI=http://localhost:5173/authverify
+API_REDIRECT_URI=https://myheats-demo.p0c.ch/authverify
# Backend API CORS allowed origins
API_CORS_ALLOW_ORIGIN=http://{{ env "NOMAD_ADDR_https" }}
# JWT secret for magic links (`openssl rand -base64 48`)