| Timezone |
- {{ app.timezone }} + [BrowserTZ] |
+ {{ config('app.timezone') }} + [BrowserTZ] |
| App environment |
{{ config('app.env') }}, debug: {{ app.debug }} |
+
+ | Layout |
+ {{ config('firefly.layout') }} |
+
| Logging |
{{ config('logging.level') }}, {{ config('logging.default') }} / {{ app.audit_log_channel }} |
@@ -98,6 +102,14 @@
Stateful domains |
{{ app.stateful_domains }} |
+
+ | Last cron job |
+ {{ app.last_cronjob }} ({{ app.last_cronjob_ago }}) |
+
+
+ | Mailer |
+ {{ config('mail.default') }} |
+
@@ -118,7 +130,7 @@