25 lines
393 B
YAML
25 lines
393 B
YAML
Name: gallery.rpc
|
|
ListenOn: 0.0.0.0:50000
|
|
|
|
DB:
|
|
DataSource: postgres://postgres:postgres@localhost:19732/godemo?sslmode=disable
|
|
MaxOpenConns: 100
|
|
MaxIdleConns: 20
|
|
ConnMaxLifetime: 3600
|
|
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: gallery.rpc
|
|
|
|
FileRpc:
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: file.rpc
|
|
|
|
CategoryRpc:
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: category.rpc |