Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heroku: add environment variables on the installation page #523

Closed
avelino opened this issue Apr 15, 2021 · 0 comments
Closed

heroku: add environment variables on the installation page #523

avelino opened this issue Apr 15, 2021 · 0 comments

Comments

@avelino
Copy link
Member

avelino commented Apr 15, 2021

ref: https://devcenter.heroku.com/articles/app-json-schema#env

Declare all prest environment variables as defaults on the heroku installation page, giving the user the option of setting the configuration to an existing database.

{
  "env": {
    "SECRET_TOKEN": {
      "description": "A secret key for verifying the integrity of signed cookies.",
      "generator": "secret"
    },
    "WEB_CONCURRENCY": {
      "description": "The number of processes to run.",
      "value": "5"
    }
  }
}

here -> https://github.com/prest/prest-heroku/blob/main/app.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant