Minimizing of the configuration sample (#1034)
This commit is contained in:
parent
a175486bb3
commit
fab9b3034e
29 changed files with 146 additions and 158 deletions
|
@ -22,12 +22,12 @@ To add Twitter to your installation, add the following to your `configuration.ya
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
notify:
|
||||
name: NOTIFIER_NAME
|
||||
platform: twitter
|
||||
consumer_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
consumer_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
access_token: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
access_token_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
- name: NOTIFIER_NAME
|
||||
platform: twitter
|
||||
consumer_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
consumer_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
access_token: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
access_token_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue