switch glauth to struct tag based env config
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
161dd949fc
commit
788a390016
@@ -17,7 +17,7 @@ type Debug struct {
|
||||
// HTTP defines the available http configuration.
|
||||
type HTTP struct {
|
||||
Addr string `ocisConfig:"addr"`
|
||||
Namespace string `ocisConfig:"namespace"`
|
||||
Namespace string
|
||||
Root string `ocisConfig:"root"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user