apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

feat: parse config from env #112

Closed ZuLiangWang closed 2 years ago

ZuLiangWang commented 2 years ago

Which issue does this PR close?

Closes #

Rationale for this change

The special character '-' is not allowed in the environment variable, so the previous reading method of the environment variable needs to be adjusted.

What changes are included in this PR?

Are there any user-facing changes?

The server could be started through the environment variable.

How does this change test

Local manual test.