Skip to content

Commit

Permalink
Merge pull request #979 from voxpupuli/kenyon-patch-1
Browse files Browse the repository at this point in the history
README: note that `SECRET_KEY` can't be empty
  • Loading branch information
rwaffen authored Nov 27, 2023
2 parents bad3de6 + 12a48fe commit af0c6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ to explicitly specify the protocol to be used setting the `PUPPETDB_PROTO` varia

Other settings that might be interesting, in no particular order:

- `SECRET_KEY`: set this to a long string, **the same for each application replica** and keep it secret. Refer to
- `SECRET_KEY`: set this to a long string, **the same for each application replica**, and keep it secret. Refer to
[Flask documentation](https://flask.palletsprojects.com/en/2.1.x/quickstart/#sessions), section
"How to generate good secret keys" for more info.
"How to generate good secret keys" for more info. Cannot be an empty string, which is the default.
- `FAVORITE_ENVS`: an ordered list of Puppet environment names that will be shown immediately after "All Environments"
and before other environments (which are sorted by name) in the dropdown for choosing the environment shown
in the top-right of the UI. Environments listed here that do not really exist in your deployment are silently ignored.
Expand Down

0 comments on commit af0c6cc

Please sign in to comment.