加入网络层
This commit is contained in:
19
Server/Gateway/config/config.dev.yaml
Normal file
19
Server/Gateway/config/config.dev.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
app:
|
||||
name: "gateway-dev"
|
||||
|
||||
log:
|
||||
debug: true
|
||||
level: "debug"
|
||||
max_size: 100
|
||||
max_backups: 3
|
||||
max_age: 7
|
||||
|
||||
grpc:
|
||||
registry:
|
||||
address: "10.0.40.199"
|
||||
port: 8500
|
||||
ttl: 20
|
||||
|
||||
db:
|
||||
etcd:
|
||||
address: [ "10.0.40.9:2379" ]
|
||||
Reference in New Issue
Block a user