15 lines
259 B
YAML
15 lines
259 B
YAML
app:
|
|
name: chatappgateway
|
|
env: local
|
|
http_addr: ":8080"
|
|
shutdown_timeout: 10s
|
|
|
|
# /ready 会使用这些 gRPC 依赖做接流量前检查。
|
|
grpc:
|
|
user:
|
|
target: "127.0.0.1:9001"
|
|
timeout: 3s
|
|
pay:
|
|
target: "127.0.0.1:9002"
|
|
timeout: 3s
|