🐐 Several security fixes

This commit is contained in:
2026-07-29 16:30:14 +02:00
parent b42abe5f5e
commit c56498239f
21 changed files with 660 additions and 204 deletions
+3 -4
View File
@@ -83,10 +83,9 @@ path_separator = os
# are written from script.py.mako
# output_encoding = utf-8
# database URL. This is consumed by the user-maintained env.py script only.
# other means of configuring database URLs may be customized within the env.py
# file.
sqlalchemy.url = placeholder
# Intentionally empty: env.py reads MIGRATION_DATABASE_URL from the environment.
# Do not put a URL here — it would be a credential in version control.
sqlalchemy.url =
[post_write_hooks]