aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3ee51fe..9b7378c 100644
--- a/readme.md
+++ b/readme.md
@@ -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.
386set --export HEROKU_APP 'name of the created app' 386export 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.
389heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) 389heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1)