Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 34a07ec

Browse files
committed
fix: consolidate split configuration into unified python/config.yaml
1 parent 2147b80 commit 34a07ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from agent_service.models import AnomalyRequest
1818

1919
# Constants
20-
CONFIG_FILE = "../config.yaml"
20+
CONFIG_FILE = "config.yaml"
2121
DEFAULT_CONFIG = {
2222
"hostname": "0.0.0.0",
2323
"port": 8080,

0 commit comments

Comments
 (0)