From 75c9adab18029f73dc02367552f215dddc219e99 Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sat, 29 Mar 2025 15:07:50 +0000 Subject: [PATCH] correct appkey variable --- monica/.env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monica/.env-example b/monica/.env-example index f92d47b..47fc5d5 100644 --- a/monica/.env-example +++ b/monica/.env-example @@ -1,6 +1,6 @@ # Monica MONICA_VERSION=4.1.2 -APPKEY= # generate with echo -n 'base64:'; openssl rand -base64 32 +MONICA_APPKEY= # generate with echo -n 'base64:'; openssl rand -base64 32 MONICA_DOMAIN=monica.example.com # MySQL