From 6693f918796a01032afd078ec5cf1ddafca6b216 Mon Sep 17 00:00:00 2001 From: Lexzach Date: Sat, 18 Oct 2025 18:27:49 -0400 Subject: [PATCH] updated readme for openssl command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f2c185..2100711 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ KEY_CHUNK_LENGTH=5 ```bash sed -i \ - -e "s/PG_CHANGEME/$(openssl rand -base64 32)/" \ - -e "s/API_CHANGEME/$(openssl rand -base64 48)/" \ + -e "s/PG_CHANGEME/$(openssl rand -hex 32)/" \ + -e "s/API_CHANGEME/$(openssl rand -hex 32)/" \ .env ```