Files
breadcrumb-the-shire/config/settings.php

17 lines
518 B
PHP
Raw Normal View History

2026-02-04 23:31:53 +01:00
<?php
return [
2026-03-04 15:56:58 +01:00
'app_title' => 'CoreCore',
'app_locale' => 'de',
'app_theme' => 'light',
'app_theme_user' => '1',
'app_registration' => '1',
'app_primary_color' => '#105433',
'api_token_default_ttl_days' => '90',
'api_token_max_ttl_days' => '365',
'api_cors_allowed_origins' => 'http://localhost:8080
http://127.0.0.1:8080',
2026-03-06 00:44:52 +01:00
'frontend_telemetry_enabled' => '1',
'frontend_telemetry_sample_rate' => '0.2',
'frontend_telemetry_allowed_events' => 'ajax_error,warn_once',
];