Skip to content

Commit

Permalink
Add redis-connection-url flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed authored and brianv0 committed Jun 5, 2019
1 parent 4f5dbac commit 5095c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func main() {
flagSet.Bool("cookie-httponly", true, "set HttpOnly cookie flag")

flagSet.String("session-store-type", "cookie", "the session storage provider to use")
flagSet.String("redis-connection-url", "", "URL of redis server for redis session storage (eg: redis://HOST[:PORT])")

flagSet.String("logging-filename", "", "File to log requests to, empty for stdout")
flagSet.Int("logging-max-size", 100, "Maximum size in megabytes of the log file before rotation")
Expand Down

0 comments on commit 5095c36

Please sign in to comment.