From ae31e8d49b9382da27658d1147dc8d1899d646ad Mon Sep 17 00:00:00 2001 From: Mael Date: Sat, 10 May 2025 11:39:50 +0200 Subject: [PATCH] Update template.toml (#123) --- blueprints/formbricks/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/formbricks/template.toml b/blueprints/formbricks/template.toml index 6ba34b3c..c91ce5db 100644 --- a/blueprints/formbricks/template.toml +++ b/blueprints/formbricks/template.toml @@ -1,7 +1,7 @@ [variables] main_domain = "${domain}" secret_base = "${base64:64}" -encryption_key = "${base64:48}" +encryption_key = "${password:32}" cron_secret = "${base64:32}" [config]