mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-18 15:10:13 +02:00
databases without explicit alias(es) are now excluded by default
This commit is contained in:
@@ -15,6 +15,7 @@ type ProxyProperties struct {
|
||||
Aliases []string `yaml:"-" json:"aliases"`
|
||||
IsExcluded bool `yaml:"-" json:"is_excluded"`
|
||||
IsExplicit bool `yaml:"-" json:"is_explicit"`
|
||||
IsDatabase bool `yaml:"-" json:"is_database"`
|
||||
IdleTimeout string `yaml:"-" json:"idle_timeout"`
|
||||
WakeTimeout string `yaml:"-" json:"wake_timeout"`
|
||||
StopMethod string `yaml:"-" json:"stop_method"`
|
||||
|
||||
Reference in New Issue
Block a user