diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ heroku create --region eu | |||
383 | 383 | ||
384 | # Set a local environment variable with the assigned name of the project so | 384 | # Set a local environment variable with the assigned name of the project so |
385 | # that the next commands operate on it. | 385 | # that the next commands operate on it. |
386 | set --export HEROKU_APP 'name of the created app' | 386 | export HEROKU_APP='name of the created app' |
387 | 387 | ||
388 | # Set a randomly-generated signed cookie secret key for our application. | 388 | # Set a randomly-generated signed cookie secret key for our application. |
389 | heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) | 389 | heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) |