Fix config (broken) template. Update config ver.

This commit is contained in:
2025-12-31 10:52:11 -08:00
parent 99bf8922ab
commit 3b80a4c4b1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export CONFIG_VERSION=v1
export CONFIG_VERSION=v2

View File

@ -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