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