fed21c536b
Dashboard and created_within_hours list only show open/acknowledged problems created in the last 24 hours; closed items appear under resolved only. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
195 B
Python
6 lines
195 B
Python
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
|
|
|
|
APP_NAME = "Security Alert Center"
|
|
APP_VERSION = "0.9.7"
|
|
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
|