From 6ae1cda6276b5df1e5f5325f6b09eb7c4783f419 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Fri, 18 Sep 2015 08:15:11 -0600 Subject: [PATCH] a few simple placeholder conf items to ease timing on future migration. --- cmd/bosun/conf/conf.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/bosun/conf/conf.go b/cmd/bosun/conf/conf.go index 2877ca3483..35029244e0 100644 --- a/cmd/bosun/conf/conf.go +++ b/cmd/bosun/conf/conf.go @@ -494,6 +494,8 @@ func (c *Conf) loadGlobal(p *parse.PairNode) { } case "shortURLKey": c.ShortURLKey = v + case "ledisDir", "redisHost": + return //placeholders to allow easier migration in the future. default: if !strings.HasPrefix(k, "$") { c.errorf("unknown key %s", k)