-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.yml.example
70 lines (59 loc) · 1.34 KB
/
config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
devs:
twitter-search:
order: 1
term: "@braintree"
# Note that twitter now requires a bearer token for auth
# For more information see: https://dev.twitter.com/docs/auth/application-only-auth
bearer-token: BEARER-TOKEN
github-commits:
order: 2
username: "cmonty"
repository: "brainiac"
cta-bus-tracker:
order: 3
route-number: 8
stop-id: 5933
bart-tracker:
api-key: "MW9S-E7SL-26DU-VV8V"
station-id: "powl"
clock:
interval: 30
order: 4
timezones:
- timezone: "America/Chicago"
name: "Chicago"
- timezone: "America/Los_Angeles"
name: "Menlo Park"
- timezone: "UTC"
name: "UTC"
stock-price:
ticker: EBAY
#cta-train-tracker:
#order: 5
#map-id: "12345"
#api-key: "abc123"
#nagios-problems:
#order: 6
#host: "https://url.example.com"
#username: "yourusername"
#password: "yourpassword"
#jenkins-builds:
#order: 7
#url: "https://url.example.com"
#username: "yourusername"
#password: "yourpassword"
#elovation-game:
#order: 8
#url: "http://url.example.com"
#game-id: "3"
#username: "yourusername"
#password: "yourpassword"
#jukebox:
#order: 9
#url: "http://url.example.com"
#dark-sky:
#order: 10
#api-key: api-key
#lat: lat
#lon: lon
#interval: 60