From 3b80a4c4b1ab894ce0080662e1341363866b4367 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Wed, 31 Dec 2025 10:52:11 -0800 Subject: [PATCH] Fix config (broken) template. Update config ver. --- abra.sh | 2 +- config.js.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index b280133..a9a8715 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export CONFIG_VERSION=v1 +export CONFIG_VERSION=v2 diff --git a/config.js.tmpl b/config.js.tmpl index ed540bd..3dda44d 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -67,7 +67,7 @@ module.exports = { * * CUSTOMIZE AND UNCOMMENT THIS FOR PRODUCTION INSTALLATIONS. */ - httpSafeOrigin: "https://{{ env "CPAD_SANDBOX_DOMAIN" }}", + httpSafeOrigin: 'https://{{ env "CPAD_SANDBOX_DOMAIN" }}', /* httpAddress specifies the address on which the nodejs server * should be accessible. By default it will listen on 127.0.0.1