lint
Some checks failed
/ lint (pull_request) Successful in 26s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 13m8s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 1h5m19s

This commit is contained in:
Antoine Martin 2024-09-19 19:48:16 -04:00
parent 07cda85499
commit da7a2f7900
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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