Files
site/apps/api/data/compton_settings.json
T
vlad 86cc3fa541 Update admin theme/layout and refresh README details.
Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
2026-07-14 17:12:28 +03:00

21 lines
549 B
JSON

{
"enable_rate_limit": false,
"enable_docs": false,
"cookie_secure": false,
"jwt_access_ttl_min": 15,
"auth_lockout_attempts": 5,
"auth_lockout_minutes": 15,
"cors_origins": [
"http://localhost:5173"
],
"frontend_url": "http://localhost:5173",
"public_base_url": "http://localhost:5173",
"smtp_host": "localhost",
"smtp_port": 1025,
"smtp_from": "noreply@compton.example",
"avatar_max_bytes": 2097152,
"media_url_ttl_seconds": 600,
"log_level": "INFO",
"audit_retention_days": 90,
"jwt_refresh_ttl_days": 30
}