initial commit
This commit is contained in:
13
category/etc/category.yaml
Normal file
13
category/etc/category.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
Name: category.rpc
|
||||
ListenOn: 0.0.0.0:60300
|
||||
Mode: dev
|
||||
Etcd:
|
||||
Hosts:
|
||||
- 127.0.0.1:2379
|
||||
Key: category.rpc
|
||||
|
||||
DB:
|
||||
DataSource: postgres://postgres:postgres@localhost:5432/godemo?sslmode=disable
|
||||
MaxOpenConns: 100
|
||||
MaxIdleConns: 20
|
||||
ConnMaxLifetime: 3600
|
||||
Reference in New Issue
Block a user