feat: support using external dist files (close #5531)

This commit is contained in:
Andy Hsu
2023-11-18 19:56:22 +08:00
parent f904596cbc
commit 6fc6751463
2 changed files with 30 additions and 6 deletions

View File

@ -49,6 +49,7 @@ type Config struct {
Scheme Scheme `json:"scheme"`
TempDir string `json:"temp_dir" env:"TEMP_DIR"`
BleveDir string `json:"bleve_dir" env:"BLEVE_DIR"`
DistDir string `json:"dist_dir"`
Log LogConfig `json:"log"`
DelayedStart int `json:"delayed_start" env:"DELAYED_START"`
MaxConnections int `json:"max_connections" env:"MAX_CONNECTIONS"`