69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
|
|
Name: {ServiceKey}
|
|||
|
|
ListenOn: 0.0.0.0:12238
|
|||
|
|
|
|||
|
|
Dsn: postgres://postgres:CHANGE_ME@47.109.77.183:5432/{Workspace}_prod?sslmode=disable&TimeZone=Asia/Shanghai
|
|||
|
|
|
|||
|
|
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
|||
|
|
Cache: redis://null:CHANGE_ME@47.109.77.183:6379/
|
|||
|
|
|
|||
|
|
Etcd:
|
|||
|
|
Hosts:
|
|||
|
|
- 192.168.0.83:2379
|
|||
|
|
Key: service.{Workspace}.{ServiceKey}.rpc
|
|||
|
|
|
|||
|
|
# 服务调用
|
|||
|
|
Notify:
|
|||
|
|
Etcd:
|
|||
|
|
Hosts:
|
|||
|
|
- 192.168.5.161:2379
|
|||
|
|
Key: service.{Workspace}.notify.rpc
|
|||
|
|
|
|||
|
|
# 匿名访问清单,自动注入网关层
|
|||
|
|
# 匿名访问清单,自动注入网关层
|
|||
|
|
Anonymous:
|
|||
|
|
Key: anonymous.{Workspace}
|
|||
|
|
Urls:
|
|||
|
|
- wallet.Check.Hello
|
|||
|
|
- wallet.Check.Updates
|
|||
|
|
- wallet.Data.Configure
|
|||
|
|
- wallet.Data.Areas
|
|||
|
|
- wallet.Data.Tags
|
|||
|
|
|
|||
|
|
# 日志记录
|
|||
|
|
Log:
|
|||
|
|
ServiceName: {ServiceKey}
|
|||
|
|
Mode: file
|
|||
|
|
Path: logs/{ServiceKey}
|
|||
|
|
Stat: false
|
|||
|
|
|
|||
|
|
# 性能监控
|
|||
|
|
Prometheus:
|
|||
|
|
Host: 127.0.0.1
|
|||
|
|
Port: 22238
|
|||
|
|
Path: /metrics
|
|||
|
|
|
|||
|
|
# 链路追踪
|
|||
|
|
Telemetry:
|
|||
|
|
Name: {Workspace}.{ServiceKey}.{RuntimeMode}
|
|||
|
|
Endpoint: http://192.168.0.85:14268/api/traces
|
|||
|
|
Sampler: 1.0
|
|||
|
|
Batcher: jaeger
|
|||
|
|
|
|||
|
|
WeChat:
|
|||
|
|
AppID: wx9a2f163207219776
|
|||
|
|
AppSecret:
|
|||
|
|
SerialNo: 209F629E63E56D2366361969B51FBA0ADCF69F55
|
|||
|
|
APIV3Key: MakeSupplyChainFinance1123581321
|
|||
|
|
PrivateKey: /usr/local/cert/wechat/apiclient_key.pem
|
|||
|
|
NotifyURL: https://srv.make-w.com/wallet.Payment.Callback
|
|||
|
|
Currency: CNY
|
|||
|
|
MchID: 1670561983
|
|||
|
|
SubMchID:
|
|||
|
|
OpenID:
|
|||
|
|
|
|||
|
|
# MQ Pulsar
|
|||
|
|
#Pulsar:
|
|||
|
|
# Endpoints: 127.0.0.1
|
|||
|
|
# Token: 9091
|
|||
|
|
# Namespaces: {Workspace}
|