This commit is contained in:
Ramon Wenger 2021-07-07 16:18:00 +02:00
parent fe3d8eb00c
commit b297ae5d51
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ heroku config:set APP_NAME=app-name
```
```
heroku config:set PG_BACKUP_PASSWORD=$(openssl rand -base64 32)
heroku config:set PG_BACKUP_KEY=$(openssl rand -base64 32)
```
```