Finalize init defaults and auth flow UX improvements
This commit is contained in:
22
README.md
22
README.md
@@ -88,6 +88,28 @@ Standard-Demo-User:
|
||||
- Abteilung: `Musterabteilung`
|
||||
- Rollen: `Admin`, `User`
|
||||
|
||||
Initiale DB-Settings (Seed):
|
||||
|
||||
- `app_title` -> `CoreCore`
|
||||
- `app_locale` -> `de`
|
||||
- `app_theme` -> `light`
|
||||
- `app_theme_user` -> `1`
|
||||
- `app_registration` -> `1` (aktiv)
|
||||
- `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`
|
||||
- `session_idle_timeout_minutes` -> `30`
|
||||
- `session_absolute_timeout_hours` -> `8`
|
||||
- `user_inactivity_deactivate_days` -> `180`
|
||||
- `user_inactivity_delete_days` -> `365`
|
||||
- `default_tenant_id` -> `MusterMandant`
|
||||
- `default_department_id` -> Abteilungscode `MUSTER` (`Musterabteilung`)
|
||||
- `default_role_id` -> Rolle `USER` (`User`)
|
||||
- `frontend_telemetry_enabled` -> `1`
|
||||
- `frontend_telemetry_sample_rate` -> `0.2`
|
||||
- `frontend_telemetry_allowed_events` -> `ajax_error,warn_once`
|
||||
|
||||
## Projektstruktur
|
||||
|
||||
- `/config` Konfiguration (Routen, Settings, Themes, Assets)
|
||||
|
||||
Reference in New Issue
Block a user