diff --git a/setup_server.py b/setup_server.py index c256b52..a95c913 100644 --- a/setup_server.py +++ b/setup_server.py @@ -188,7 +188,14 @@ def generate_argos_json(data): "system": { "secret_key": secrets.token_hex(32), "internal_api_key": secrets.token_hex(24), - "tz": "Europe/Rome" + "anthropic_key": "", + "tz": "Europe/Rome", + "vendor_heartbeat": { + "enabled": True, + "url": "https://argos-update.tecnotelsrl.com", + "install_key": "5b1ab5c872383f686d3a25a5e123adca", + "interval_h": 6 + } }, "opensearch": { "url": data.get("os_url", ""), @@ -200,7 +207,8 @@ def generate_argos_json(data): "feeds_dir": str(FEEDS_DIR), "logs_dir": str(LOGS_DIR), "config_dir": str(CONFIG_DIR), - "analytics_db": str(DATA_DIR / "analytics.db") + "analytics_db": str(DATA_DIR / "analytics.db"), + "analytics_exclude_entities": "" }, "ports": { "backend": 8080,