-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.dev.yaml
45 lines (44 loc) · 1.01 KB
/
config.dev.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
gorm:
clusters:
- tables:
- users
masters:
- host: localhost
port: 5442
user: postgres
password: postgres
database: users
sslmode: disable
timezone: UTC
connect_timeout: 2s
replicas:
- host: localhost
port: 5443
user: postgres
password: postgres
database: users
sslmode: disable
timezone: UTC
connect_timeout: 2s
log_resolver_trace: true
- tables:
- games
masters:
- host: localhost
port: 5452
user: postgres
password: postgres
database: games
sslmode: disable
timezone: UTC
connect_timeout: 2s
replicas:
- host: localhost
port: 5453
user: postgres
password: postgres
database: games
sslmode: disable
timezone: UTC
connect_timeout: 2s
log_resolver_trace: true