Added comment for Config.Secure

This commit is contained in:
knoxfighter 2021-02-02 20:22:42 +01:00 committed by GitHub
parent f327201cb6
commit e2150d846c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ type Config struct {
GlibcLibLoc string `json:"-"`
Autostart string `json:"-"`
ConsoleCacheSize int `json:"console_cache_size,omitempty"` // the amount of cached lines, inside the factorio output cache
Secure bool `json:"secure"`
Secure bool `json:"secure"` // set to `false` to use this tool without SSL/TLS (Default: `true`)
}
// set Configs default values. JSON unmarshal will replace when it found something different