From a7d62c1b0f4ca0effaafe405c3336099ccaa9bf0 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Mon, 30 Jun 2025 20:55:40 +0200 Subject: [PATCH] Fix app key command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ac6f3..75b4d15 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ ### Environment Variables Generate the APP_KEY: ```bash -openssl rand -base64 32 | tr -d '=' +echo "base64:$(openssl rand -base64 32)" ``` ### Deployment