Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1331 from bosun-monitor/placeholders
Browse files Browse the repository at this point in the history
a few simple placeholder conf items to ease timing on future migration.
  • Loading branch information
Craig Peterson committed Sep 18, 2015
2 parents a904d34 + 6ae1cda commit 9ef650b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bosun/conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ef650b

Please sign in to comment.