-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathconfig.yml
More file actions
executable file
·30 lines (30 loc) · 1011 Bytes
/
config.yml
File metadata and controls
executable file
·30 lines (30 loc) · 1011 Bytes
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
#Example Configuration
uecode_qpush:
cache_service: null
logging_enabled: true
providers:
aws:
key:
secret:
region:
ironmq:
token:
project_id:
host:
queues:
default:
provider: aws #or ironmq
options:
push_notifications: true
push_notifications_only: false
notification_retries: 3
message_delay: 0
message_timeout: 30
message_expiration: 604800
messages_to_receive: 1
receive_wait_time: 3
fifo: false
content_based_deduplication: false
subscribers:
- { endpoint: http://example1.com/qpush, protocol: http }
- { endpoint: http://example2.com/qpush, protocol: http }