databend
databend copied to clipboard
Feature: Stop startup if the configure is wrong
Summary
Today I have added one configure
[storage]
# fs | s3 | azblob | obs
type = "s3"
# add this
allow_insecure = "true"
databend-query startup without any error, but when I login databend, I can't even find my data.
Except: If the configuration is wrong, Please Stop, do not go to the default parameter boot.
[meta]
# To enable embedded meta-store, set address to "".
embedded_dir = "./.databend/meta_embedded_1"
address = ["192.168.1.100:9191","192.168.1.100:9192"]
make databend-query enter default startup.
this's very useful in product :)