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

Commit 9ef650b

Browse files
author
Craig Peterson
committed
Merge pull request #1331 from bosun-monitor/placeholders
a few simple placeholder conf items to ease timing on future migration.
2 parents a904d34 + 6ae1cda commit 9ef650b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/bosun/conf/conf.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,8 @@ func (c *Conf) loadGlobal(p *parse.PairNode) {
494494
}
495495
case "shortURLKey":
496496
c.ShortURLKey = v
497+
case "ledisDir", "redisHost":
498+
return //placeholders to allow easier migration in the future.
497499
default:
498500
if !strings.HasPrefix(k, "$") {
499501
c.errorf("unknown key %s", k)

0 commit comments

Comments
 (0)