From 9dda0da0e80bb66981d513e91e906c9211af1c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 31 May 2024 13:07:48 +0200 Subject: [PATCH] fix(app.json): add UTILS_SECRET env var (#6971) --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index ebcd28128..f2bdd16be 100644 --- a/app.json +++ b/app.json @@ -33,6 +33,11 @@ "generator": "secret", "required": true }, + "UTILS_SECRET": { + "description": "A 32-character secret key, generate with openssl rand -hex 32", + "generator": "secret", + "required": true + }, "ENABLE_UPDATES": { "value": "true", "required": true