-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
73 lines (69 loc) · 1.63 KB
/
config.yaml
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
70
71
72
73
# push.rb config file
# API Data
push_api:
url: "https://api.pushover.net/1/messages.json"
app_token1: "your-app-token-here"
app_token2: "your-app-token-here"
user: "your-user-key-here"
limit: 10000
limit_url: "https://api.pushover.net/1/apps/limits.json"
# Push Configuration
push:
title1: "Alert Title1"
title2: "Alert Title2"
message1: "Generic Message - Please configure (config.yaml)"
message2: "Generic Message - Please configure (config.yaml)"
priority:
- -2 #0
- -1 #1
- 0 #2 - Default
- 1 #3
- 2 #4
sound:
- pushover #0
- bike #1
- bugle #2
- cashregister #3
- classical #4
- cosmic #5 - Default
- falling #6
- gamelan #7
- incoming #8
- intermission #9
- magic #10
- mechanical #11
- pianobar #12
- siren #13
- spacealarm #14
- tugboat #15
- alien #16
- climb #17
- persistent #18
- echo #19
- updown #20
- vibrate #21
- none #22
custom_sound: ""
device1: ""
device2: ""
timestamp: ""
html: 0
ttl: ""
url: ""
url_title: ""
res_file: "responses.txt"
# Attachments - configured for base64 encoding
#file_path will be used to encode the attachment
#image to base64 when the flag is set to 1
image:
flag: 0
type: "image/png"
file_path: ""
max_size: 2621440
# Emergency Priority Config (in seconds)
emergency:
flag: 0
retry: 60
expire: 3600
callback_url: ""
receipt_file: "emg_receipts.txt"