aboutsummaryrefslogtreecommitdiff
path: root/cmd/server/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server/app.go')
-rw-r--r--cmd/server/app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/server/app.go b/cmd/server/app.go
index 290b44a..c4992ae 100644
--- a/cmd/server/app.go
+++ b/cmd/server/app.go
@@ -13,6 +13,7 @@ var FeedPrefixDefault = ".feeds"
type App struct {
redisPool *redis.Pool
+ RedisKey string
ReIndexPath string
StaticDirectory string