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

@@ -835,7 +835,7 @@ $disabledAttr = $isReadOnly ? 'disabled' : '';
<?php endif; ?>
<hr>
<blockquote data-variant="info">
<?php e(t('Global settings are stored in the database. config/settings.php is only a runtime cache for selected app settings.')); ?>
<?php e(t('Global settings are stored in the database. storage/runtime/settings.php is only a runtime cache for selected app settings.')); ?>
</blockquote>
</div>
</aside>