mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 14:52:58 +00:00
* address PR comments address PR comments use 3306 for mysql server's default port upgrade metric to version 0.20 move crate "servers" out of "common" make mysql io threads count configurable in config file add snafu backtrace for errors with source use common-server error for mysql server add test for grpc server refactor testing codes fix rustfmt check start mysql server in datanode move grpc server codes from datanode to common-servers feat: unify servers * rebase develop and resolve conflicts * remove an unnecessary todo Co-authored-by: luofucong <luofucong@greptime.com>
11 lines
186 B
TOML
11 lines
186 B
TOML
http_addr = '0.0.0.0:3000'
|
|
rpc_addr = '0.0.0.0:3001'
|
|
wal_dir = '/tmp/wal'
|
|
|
|
mysql_addr = '0.0.0.0:3306'
|
|
mysql_runtime_size = 4
|
|
|
|
[storage]
|
|
type = 'File'
|
|
data_dir = '/tmp/greptimedb/data/'
|