mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 14:22:58 +00:00
* fix: Fix replay include flushed data Replay should starts from flushed_sequence + 1 * fix: Move default wal path to `/tmp/greptimedb`
11 lines
197 B
TOML
11 lines
197 B
TOML
http_addr = '0.0.0.0:3000'
|
|
rpc_addr = '0.0.0.0:3001'
|
|
wal_dir = '/tmp/greptimedb/wal'
|
|
|
|
mysql_addr = '0.0.0.0:3306'
|
|
mysql_runtime_size = 4
|
|
|
|
[storage]
|
|
type = 'File'
|
|
data_dir = '/tmp/greptimedb/data/'
|