mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
Simplifying server config handling
This commit is contained in:
parent
a216bf836a
commit
5c515d3138
3 changed files with 10 additions and 36 deletions
|
|
@ -29,6 +29,7 @@ type Config struct {
|
|||
CertFile string
|
||||
KeyFile string
|
||||
Websocket bool // TODO
|
||||
Domain string
|
||||
}
|
||||
|
||||
// Server - http server related
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue