fixed css
This commit is contained in:
@@ -12,7 +12,7 @@ The settings mechanism allows users to configure multiple Superset environments
|
||||
|
||||
Configuration is structured using Pydantic models in `backend/src/core/config_models.py`:
|
||||
|
||||
- `Environment`: Represents a Superset instance (URL, credentials).
|
||||
- `Environment`: Represents a Superset instance (URL, credentials). The `base_url` is automatically normalized to include the `/api/v1` suffix if missing.
|
||||
- `GlobalSettings`: Global application parameters (e.g., `backup_path`).
|
||||
- `AppConfig`: The root configuration object.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user