Fix app key command

This commit is contained in:
myrmidex 2025-06-30 20:55:40 +02:00
parent c5b287ed87
commit a7d62c1b0f

View file

@ -97,7 +97,7 @@ ### Environment Variables
Generate the APP_KEY:
```bash
openssl rand -base64 32 | tr -d '='
echo "base64:$(openssl rand -base64 32)"
```
### Deployment