updated readme for openssl command
This commit is contained in:
@@ -24,8 +24,8 @@ KEY_CHUNK_LENGTH=5
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "s/PG_CHANGEME/$(openssl rand -base64 32)/" \
|
-e "s/PG_CHANGEME/$(openssl rand -hex 32)/" \
|
||||||
-e "s/API_CHANGEME/$(openssl rand -base64 48)/" \
|
-e "s/API_CHANGEME/$(openssl rand -hex 32)/" \
|
||||||
.env
|
.env
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user