All checks were successful
CI / ci (push) Successful in 14s
- Renamed the project from "SWatcher" to "Watcher Visio" in the README for clarity. - Added new environment variables `WATCHER_ENDPOINT_NAME` and `WATCHER_INTERFACE_NAME` to `.env.example` for Watcher service configuration. - Updated documentation to reflect the new cache TTL settings for dashboard statistics and source status. - Introduced a new CI section in the README to outline the pipeline configurations for continuous integration.
15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
# Optional: copy to .env and set for your environment.
|
|
# For docker-compose, add to docker-compose.yml: env_file: [.env]
|
|
|
|
# PYTHONUNBUFFERED=1
|
|
# USE_MOCK_DATA=false
|
|
# PROMETHEUS_URL=http://127.0.0.1:1234/
|
|
# OPENSTACK_CLOUD=distlab
|
|
# OPENSTACK_REGION_NAME=cl2k1distlab
|
|
# WATCHER_ENDPOINT_NAME=infra-optim
|
|
# WATCHER_INTERFACE_NAME=public
|
|
# SECRET_KEY=your-secret-key
|
|
# Optional cache TTL (seconds); defaults in watcher_visio/settings.py
|
|
# DASHBOARD_CACHE_TTL=120
|
|
# SOURCE_STATUS_CACHE_TTL=30
|