-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add documentation for configuring flask secret key #424
Comments
It would be great if this could be hidden |
the original secrete key is different |
Also, I think this would require admin rights from the heroku server but you can test it for your local development |
i have already changed it |
Can I work on this ? If yes can you explain how to add something to documentation. |
@Patil2099 the second argument is the default value. To change the secret key, you need to set an environment variable |
I'm submitting a ... (check one with "x")
Actual Behaviour
There is no documentation for configuring flask secret key.
Expected Behaviour
Related code:
meilix-generator/app.py
Lines 25 to 26 in 35a2bb7
The text was updated successfully, but these errors were encountered: