no idea- added loki and other stuff to market-data-gateway, also added config lib

This commit is contained in:
Bojan Kucera 2025-06-03 11:37:58 -04:00
parent b957fb99aa
commit 1b71fc87ab
72 changed files with 6178 additions and 153 deletions

View file

@ -29,6 +29,15 @@ MAX_DAILY_LOSS=1000
# Logging
LOG_LEVEL=debug
LOG_CONSOLE=true
LOKI_HOST=localhost
LOKI_PORT=3100
LOKI_USERNAME=
LOKI_PASSWORD=
LOKI_RETENTION_DAYS=30
LOKI_LABELS=environment=development,service=stock-bot
LOKI_BATCH_SIZE=100
LOKI_FLUSH_INTERVAL_MS=5000
# Feature Flags
ENABLE_ML_SIGNALS=false