diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index c309155..6054f06 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -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