diff options
author | Wolfy-J <[email protected]> | 2018-07-26 17:05:54 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 17:05:54 +0300 |
commit | 8226b1f064ba1dca8f817bb882e0e570fc057e43 (patch) | |
tree | 606261f4b57d3acc5c977f57253c848782f40952 /service/env/config.go | |
parent | 234995f297c4067f4dfdba305f3b16a90143cf12 (diff) |
default service value as version
Diffstat (limited to 'service/env/config.go')
-rw-r--r-- | service/env/config.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/env/config.go b/service/env/config.go index 06342f98..1b743e84 100644 --- a/service/env/config.go +++ b/service/env/config.go @@ -12,6 +12,5 @@ type Config struct { // Hydrate must populate Config values using given Config source. Must return error if Config is not valid. func (c *Config) Hydrate(cfg service.Config) error { - c.Values = map[string]string{"RR": "YES"} return cfg.Unmarshal(&c.Values) -} +}
\ No newline at end of file |