Improve local defaults and replay candle fetch
This commit is contained in:
parent
b9ad182473
commit
1583a50412
11 changed files with 193 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
NATS_URL=nats://localhost:4222
|
||||
CLICKHOUSE_URL=http://localhost:8123
|
||||
NATS_URL=nats://127.0.0.1:4222
|
||||
CLICKHOUSE_URL=http://127.0.0.1:8123
|
||||
CLICKHOUSE_DATABASE=default
|
||||
REDIS_URL=redis://localhost:6379
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# Options ingest
|
||||
OPTIONS_INGEST_ADAPTER=synthetic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue