move config...?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-10 17:14:11 +02:00
parent e28968c896
commit 95db1ecf62
70 changed files with 77 additions and 77 deletions

View File

@ -1,7 +1,7 @@
# flake8: noqa
from uuid import uuid4
from authentik.lib.config import CONFIG
from authentik.common.config import CONFIG
from lifecycle.migrate import BaseMigration
SQL_STATEMENT = """BEGIN TRANSACTION;

View File

@ -1,7 +1,7 @@
# flake8: noqa
from pathlib import Path
from authentik.lib.config import CONFIG
from authentik.common.config import CONFIG
from lifecycle.migrate import BaseMigration
MEDIA_ROOT = Path(__file__).parent.parent.parent / "media"

View File

@ -1,7 +1,7 @@
# flake8: noqa
from redis import Redis
from authentik.lib.config import CONFIG
from authentik.common.config import CONFIG
from lifecycle.migrate import BaseMigration
SQL_STATEMENT = """BEGIN TRANSACTION;