forked from Github-Mirrors/canaille
doc: update flask doc link
This commit is contained in:
parent
b08c0303f5
commit
edebf189dd
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
# All the Flask configuration values can be used:
|
||||
# https://flask.palletsprojects.com/en/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.0/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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.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/2.3.x/config/#builtin-configuration-values
|
||||
# https://flask.palletsprojects.com/en/3.0.x/config/#builtin-configuration-values
|
||||
|
||||
# The flask secret key for cookies. You MUST change this.
|
||||
SECRET_KEY = "change me before you go in production"
|
||||
|
|
|
@ -17,7 +17,7 @@ Sections
|
|||
|
||||
Miscellaneous
|
||||
-------------
|
||||
Canaille is based on Flask, so any `flask configuration <https://flask.palletsprojects.com/en/2.3.x/config/#builtin-configuration-values>`_ option will be usable with canaille:
|
||||
Canaille is based on Flask, so any `flask configuration <https://flask.palletsprojects.com/en/3.0.x/config/#builtin-configuration-values>`_ option will be usable with canaille:
|
||||
|
||||
:SECRET_KEY:
|
||||
**Required.** The Flask secret key. You should set a random string here.
|
||||
|
|
Loading…
Reference in a new issue