mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Simplifying server config handling
This commit is contained in:
@@ -29,6 +29,7 @@ type Config struct {
|
||||
CertFile string
|
||||
KeyFile string
|
||||
Websocket bool // TODO
|
||||
Domain string
|
||||
}
|
||||
|
||||
// Server - http server related
|
||||
|
||||
@@ -17,11 +17,3 @@
|
||||
package server
|
||||
|
||||
// Config - http server parameters
|
||||
type Config struct {
|
||||
Domain string
|
||||
Address string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
APIType interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user