Files
breadcrumb-the-shire/config/settings.php
2026-03-05 11:17:42 +01:00

15 lines
364 B
PHP

<?php
return [
'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',
];