refactor(config): remove runtime config files and centralize route/bootstrap

This commit is contained in:
2026-04-01 20:27:42 +02:00
parent dba589b495
commit 5699bc6c5b
20 changed files with 487 additions and 118 deletions

View File

@@ -27,7 +27,7 @@
"area": "core",
"reviewer": "code",
"title": "Settings in DB, not config files",
"requirement": "New application settings MUST be stored in the settings DB table. config/settings.php is a partial hot-path cache only."
"requirement": "New application settings MUST be stored in the settings DB table. storage/runtime/settings.php is a partial hot-path cache only."
},
{
"id": "GR-CORE-012",