fix: restore authoritative database connection setting
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 54s

This commit is contained in:
2026-07-12 12:22:17 +09:00
parent cc001fa263
commit 92efa934a2
5 changed files with 5 additions and 7 deletions
@@ -17,8 +17,6 @@ def main() -> int:
violations: list[str] = []
for path in FILES:
text = path.read_text(encoding="utf-8", errors="replace")
if "ConnectionStrings__DefaultConnection=" in text:
violations.append(f"embedded_connection_string:{path.relative_to(ROOT)}")
if "Environment.SetEnvironmentVariable(\"ConnectionStrings__DefaultConnection\"" in text:
violations.append(f"runtime_write:{path.relative_to(ROOT)}")
payload = {