no idea- added loki and other stuff to market-data-gateway, also added config lib
This commit is contained in:
parent
b957fb99aa
commit
1b71fc87ab
72 changed files with 6178 additions and 153 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue