mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update README
This commit is contained in:
@@ -95,7 +95,7 @@ To get these running, copy `.env.example` and rename to `.env` then set the valu
|
|||||||
|
|
||||||
Notice, that `PGRST_JWT_SECRET` must be at least 32 characters long.
|
Notice, that `PGRST_JWT_SECRET` must be at least 32 characters long.
|
||||||
|
|
||||||
`$ head /dev/urandom | tr -dc A-Za-z0-9 | head -c 42 ; echo ''`
|
`$ cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 42 | head -n 1`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# nano .env
|
# nano .env
|
||||||
|
Reference in New Issue
Block a user