-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
31 lines (24 loc) · 932 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
server:
host: "172.16.238.95:8083"
port: ":8083"
citus:
master: "host=172.16.238.96 port=5432 user=admin_user password=1111 dbname=social_net sslmode=disable"
db:
master: "host=172.16.238.91 port=5432 user=admin_user password=1111 dbname=social_net sslmode=disable"
replica: "host=172.16.238.92 port=5432 user=admin_user password=1111 dbname=social_net sslmode=disable "
dialogs:
db: "host=172.16.238.90 port=5432 user=admin_user password=1111 dbname=dialogs_social_net sslmode=disable pool_max_conns=100"
port: ":8086"
host: "172.16.238.99:8086"
cache:
url: "redis://172.16.238.94:6379/0"
tarantool:
url: "172.16.238.102:3301"
user: "admin_user"
pass: "1111"
rabbitmq:
url: "amqp://user:[email protected]:5672/"
counters:
db: "host=172.16.238.107 port=5432 user=admin_user password=1111 dbname=counters_social_net sslmode=disable pool_max_conns=100"
port: ":8090"
host: "172.16.238.99:8086"