lint
This commit is contained in:
parent
07cda85499
commit
da7a2f7900
1 changed files with 9 additions and 9 deletions
|
@ -236,15 +236,15 @@ from authentik.lib.generators import generate_id
|
|||
from yaml import safe_dump
|
||||
|
||||
with open(\"local.env.yml\", \"w\") as _config:
|
||||
safe_dump(
|
||||
{
|
||||
\"log_level\": \"debug\",
|
||||
\"secret_key\": generate_id(),
|
||||
\"csrf\": { \"trusted_origins\": ['https://*']},
|
||||
},
|
||||
_config,
|
||||
default_flow_style=False,
|
||||
)
|
||||
safe_dump(
|
||||
{
|
||||
\"log_level\": \"debug\",
|
||||
\"secret_key\": generate_id(),
|
||||
\"csrf\": { \"trusted_origins\": ['https://*']},
|
||||
},
|
||||
_config,
|
||||
default_flow_style=False,
|
||||
)
|
||||
"
|
||||
python -m lifecycle.migrate
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue