~ajk/idpa-results

69bd78a2fe148908ff90bd4c7627379fc692308d — Andrew Kay 5 years ago 6f60ae2 master
Updating documentation
1 files changed, 2 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +2 -0
@@ 24,6 24,7 @@ A simple tool for viewing IDPA results.

    heroku apps:create idpa-results -b https://github.com/kennethreitz/conda-buildpack.git --addons heroku-postgresql

    heroku config:add FLASK_SECRET_KEY TOPSECRET
    heroku config:add WELCOME_MESSAGE_URL=1:https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/welcome.md
    heroku config:add HELP_CONTENT_URL=https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/help.md



@@ 44,6 45,7 @@ A simple tool for viewing IDPA results.
| Variable            | Example                         | Description                                   |
|---------------------|---------------------------------|-----------------------------------------------|
| DATABASE_URL        | postgresql:///idpa-results      | Database connection                           |
| FLASK_SECRET_KEY    | TOPSECRET                       | Flask secret key                              |
| WELCOME_MESSAGE_URL | 1:http://example.com/welcome.md | Optional welcome message key and resource URL |
| HELP_CONTENT_URL    | http://example.com/help.md      | Optional help content URL                     |