forked from latolukasz/beeorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
41 lines (41 loc) · 900 Bytes
/
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
default:
mysqlEncoding: utf8
mysqlCollate: 0900_ai_ci
disableCacheHashCheck: true
mysql: root:root@tcp(localhost:3308)/test
redis: localhost:6382:0
streams:
stream-1:
- test-group-1
- test-group-2
stream-2:
- test-group-1
local_cache: 1000
another:
sentinel:
master:1:
- :26379
- 192.156.23.11:26379
- 192.156.23.12:26379
streams:
stream-3:
- test-group-1
third:
sentinel:
master2:2:second_namespace:
- :26380
- 192.156.23.15:26379
- 192.156.23.16:26379
default_queue:
redis: localhost:6382:1:test_namespace
sockets:
redis: /var/redis.sock:1
sockets_namespace:
redis: /var/redis.sock:2:test_namespace
redis_credentials:
redis: localhost:6382:11?user=test&password=test2
sentinel:
master:1?user=test&password=test2:
- :26379
- 192.156.23.11:26379
- 192.156.23.12:26379