switch glauth to struct tag based env config

This commit is contained in:
Willy Kloucek
2021-12-16 19:24:07 +01:00
committed by Jörn Friedrich Dreyer
parent 161dd949fc
commit 788a390016
16 changed files with 120 additions and 247 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type Debug struct {
type HTTP struct {
Addr string `ocisConfig:"addr"`
Root string `ocisConfig:"root"`
Namespace string `ocisConfig:"namespace"`
Namespace string
}
// Service defines the available service configuration.