add agents attribute to toml

This commit is contained in:
Brad Rydzewski 2015-05-18 21:54:10 -07:00
parent e09f02db9e
commit ca0ba21ef6

View file

@ -50,4 +50,7 @@ secret = ""
authorize = "https://github.com/login/oauth/authorize"
access_token = "https://github.com/login/oauth/access_token"
request_token = ""
[agents]
secret = ""
```