forked from Github-Mirrors/canaille
conf: documentation flask version update
This commit is contained in:
parent
7069114ac4
commit
e6a2c0b0ef
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# All the Flask configuration values can be used:
|
||||
# https://flask.palletsprojects.com/en/1.1.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/2.3.x/config/#builtin-configuration-values
|
||||
|
||||
# The flask secret key for cookies. You MUST change this.
|
||||
SECRET_KEY = "change me before you go in production"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# All the Flask configuration values can be used:
|
||||
# https://flask.palletsprojects.com/en/1.1.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/2.3.x/config/#builtin-configuration-values
|
||||
|
||||
# The flask secret key for cookies. You MUST change this.
|
||||
SECRET_KEY = "change me before you go in production"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# All the Flask configuration values can be used:
|
||||
# https://flask.palletsprojects.com/en/1.1.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/2.3.x/config/#builtin-configuration-values
|
||||
|
||||
# The flask secret key for cookies. You MUST change this.
|
||||
SECRET_KEY = "change me before you go in production"
|
||||
|
|
Loading…
Reference in a new issue