|
|
|
@ -74,6 +74,10 @@ DEBUG=false
|
|
|
|
# which is convenient for debugging.
|
|
|
|
# which is convenient for debugging.
|
|
|
|
FLASK_DEBUG=false
|
|
|
|
FLASK_DEBUG=false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Enable request logging, which will log the request and response information.
|
|
|
|
|
|
|
|
# And the log level is DEBUG
|
|
|
|
|
|
|
|
ENABLE_REQUEST_LOGGING=False
|
|
|
|
|
|
|
|
|
|
|
|
# A secret key that is used for securely signing the session cookie
|
|
|
|
# A secret key that is used for securely signing the session cookie
|
|
|
|
# and encrypting sensitive information on the database.
|
|
|
|
# and encrypting sensitive information on the database.
|
|
|
|
# You can generate a strong key using `openssl rand -base64 42`.
|
|
|
|
# You can generate a strong key using `openssl rand -base64 42`.
|
|
|
|
|