root: fix generate_config script not setting debug (#5465)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
17fb4dab34
commit
a3f1e7a4d1
|
@ -6,6 +6,7 @@ from authentik.lib.generators import generate_id
|
|||
with open("local.env.yml", "w", encoding="utf-8") as _config:
|
||||
safe_dump(
|
||||
{
|
||||
"debug": True,
|
||||
"log_level": "debug",
|
||||
"secret_key": generate_id(),
|
||||
"postgresql": {
|
||||
|
|
Reference in New Issue