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
|
from yaml import safe_dump
|
||||||
|
|
||||||
with open(\"local.env.yml\", \"w\") as _config:
|
with open(\"local.env.yml\", \"w\") as _config:
|
||||||
safe_dump(
|
safe_dump(
|
||||||
{
|
{
|
||||||
\"log_level\": \"debug\",
|
\"log_level\": \"debug\",
|
||||||
\"secret_key\": generate_id(),
|
\"secret_key\": generate_id(),
|
||||||
\"csrf\": { \"trusted_origins\": ['https://*']},
|
\"csrf\": { \"trusted_origins\": ['https://*']},
|
||||||
},
|
},
|
||||||
_config,
|
_config,
|
||||||
default_flow_style=False,
|
default_flow_style=False,
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
python -m lifecycle.migrate
|
python -m lifecycle.migrate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue