updated readme for openssl command

This commit is contained in:
2025-10-18 18:27:49 -04:00
parent 744eb33da4
commit 6693f91879

View File

@@ -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
```