You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, variables can be set manually by running the `heroku config:set VARIABLE=your-key-here`for each variable.
299
+
On Windows, secrets can be generated manually by running `node -p "require('crypto').randomBytes(48).toString('base64');"` and subsequently set on Heroku using the command`heroku config:set SECRET_NAME=your-key-here`for each variable.
0 commit comments