Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
patcable committed Jun 25, 2019
1 parent 3567589 commit ba086d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Here's a sample configuration file:
"RedisPassword": "seCretsRc00l",
"RedisPort": 6379,
"RedisServer": "redis.cool.io",
"RedisTLS": true,
"RenotifyTime": 7200,
"SlackKey": "xozz-blah-moreblah",
"TemplatePath": "/etc/vpnnotify.msg"
Expand All @@ -85,6 +86,7 @@ Here's a sample configuration file:
| RedisPassword | String | A password for Redis | secret |
| RedisPort | Int | A port for Redis | 6379 |
| RedisServer | String | FQDN for the Redis Server | redis.cool.io |
| RedisTLS | Bool | Attempt to talk to Redis using TLS | true, false |
| RenotifyTime | Int | Number of seconds to not renotify a user if from same IP | 7200 |
| SlackKey | String | The key for Slack | xozz-... |
| TemplatePath | String | A path to a go template file | /etc/vpnnotify.msg |
Expand Down

0 comments on commit ba086d2

Please sign in to comment.