mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Simplifying server config handling
This commit is contained in:
@@ -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