Update config.toml
This commit is contained in:
parent
5bda552ecc
commit
5e9aa27551
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
# # secret key needs to be 16 characters long or more
|
# # secret key needs to be 16 characters long or more
|
||||||
secret_key = "CHANGE_ME" # env variable: SERVER_SECRET_KEY
|
secret_key = "CHANGE_ME" # env variable: SERVER_SECRET_KEY
|
||||||
# verify_requests = false
|
# verify_requests = false
|
||||||
|
encrypt_query_params = true
|
||||||
|
|
||||||
# [cache]
|
# [cache]
|
||||||
# enabled = true
|
# enabled = true
|
||||||
|
|
|
||||||
Reference in a new issue