Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
21 lines
549 B
JSON
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
|
|
} |