Fix app key command
This commit is contained in:
parent
c5b287ed87
commit
a7d62c1b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ ### Environment Variables
|
|||
|
||||
Generate the APP_KEY:
|
||||
```bash
|
||||
openssl rand -base64 32 | tr -d '='
|
||||
echo "base64:$(openssl rand -base64 32)"
|
||||
```
|
||||
|
||||
### Deployment
|
||||
|
|
|
|||
Loading…
Reference in a new issue