fix: remove datanode mysql options in standalone mode (#595)

This commit is contained in:
Lei, HUANG
2022-11-21 14:15:47 +08:00
committed by GitHub
parent b6fa316c65
commit 2b6b979d5a
2 changed files with 0 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
node_id = 0
mode = 'standalone'
http_addr = '127.0.0.1:4000'
datanode_mysql_addr = '127.0.0.1:4406'
datanode_mysql_runtime_size = 4
wal_dir = '/tmp/greptimedb/wal/'
[storage]