Skip to content

Add documentation for configuring flask secret key #424

Open
@alok760

Description

@alok760

I'm submitting a ... (check one with "x")

  • bug report
  • feature request
  • support request => Please do not submit support requests here, instead ask your query in out Gitter channel at https://gitter.im/fossasia/meilix

Actual Behaviour
There is no documentation for configuring flask secret key.

Expected Behaviour

  • Add documentation for configuring flask secret key using environment variables on Local, Heroku and Docker.

Related code:

meilix-generator/app.py

Lines 25 to 26 in 35a2bb7

# Initializing flask secret key using the environment variable "secret_key"
app.secret_key = os.environ.get('secret_key', 'z528&^FJjhd_t2bxc#$2').encode()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions