-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefaults.yml
57 lines (50 loc) · 1.02 KB
/
defaults.yml
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
# common defaults
daemonize: true
broker: amqp://guest:guest@localhost:5672/%2F
logs:
path: "/tmp/"
level: debug
default: "pushyd-default.log"
shouter: "pushyd-shouter.log"
consumer: "pushyd-consumer.log"
newrelic: "pushyd-newrelic.log"
rollbar: "pushyd-rollbar.log"
shout:
topic: pushyd
period: 10.0
keys:
- tic
- tac
- toe
- created
- updated
- deleted
- crunched
newrelic:
enabled: true
disabled: false
rollbar:
enabled: true
disabled: false
# rules:
# proxy_tests:
# title: All proxy tests messages
# topic: proxy
# keys: proxy.#
# keys: proxy.key1, proxy.key2, proxy.key3
# keys:
# - proxy.key1
# - proxy.key2
# - proxy.key3
# subscribe: false
# relay: http://target-host.com/url
# sign:
# method: hmac-kong
# user: [email protected]
# secret: g9WoMkz0cp4C
# headers:
# - date
# - content-md5
# headers:
# Authorization: none
# SampleHeader: header-value