15 lines
364 B
PHP
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',
|
|
];
|