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

Make secret_key_base doc more explicit [ci skip] #45333

Merged
merged 1 commit into from
Jun 13, 2022

Commits on Jun 13, 2022

  1. Make secret_key_base doc more explicit

    This used to be `config.secret_key_base` but was changed to
    `secrets.secret_key_base` in ae75289 and the `secrets.` prefix was
    removed in ca18922 when credentials were added.
    
    `secret_key_base` by itself doesn't really fit with the rest of this
    section, so the header and description were changed to document the
    config value explicitly, and a reference was added to the api docs for
    the recommended approaches at setting its value.
    
    Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
    skipkayhil and jonathanhefner committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7953c86 View commit details
    Browse the repository at this point in the history