18 lines
519 B
PHP
18 lines
519 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',
|
|
'frontend_telemetry_enabled' => '1',
|
|
'frontend_telemetry_sample_rate' => '0.2',
|
|
'frontend_telemetry_allowed_events' => 'warn_once,ajax_error',
|
|
];
|