feat!: the general.secret_key
configuration field is now required (#2841)
BREAKING CHANGE: The `general.secret_key` configuration field is now required. Make sure to update your configuration file and add a secret key. Closes #2426
This commit is contained in:
parent
24ee3830c2
commit
0d2d1a2673
12 changed files with 20 additions and 26 deletions
|
@ -15,6 +15,7 @@ def test_general_config_timezone():
|
|||
defaults = {
|
||||
"public_url": "http://localhost:8080",
|
||||
"api_key": "api_key",
|
||||
"secret_key": "secret_key",
|
||||
}
|
||||
GeneralConfig(**defaults, timezone="UTC")
|
||||
GeneralConfig(**defaults, timezone="Europe/Berlin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue