2026-08-09 10:43:45 +08:00
|
|
|
|
Service: initial
|
|
|
|
|
|
Port: 12206
|
|
|
|
|
|
|
|
|
|
|
|
Databases:
|
|
|
|
|
|
Driver: postgres
|
|
|
|
|
|
Source:
|
2026-08-10 11:42:45 +08:00
|
|
|
|
- host=127.0.0.1 user=postgres password=CHANGE_ME dbname=rst_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
2026-08-09 10:43:45 +08:00
|
|
|
|
|
|
|
|
|
|
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
2026-08-10 11:42:45 +08:00
|
|
|
|
Cache: redis://null:CHANGE_ME@127.0.0.1:6379/
|
2026-08-09 10:43:45 +08:00
|
|
|
|
|
|
|
|
|
|
# 微服务设置
|
|
|
|
|
|
MicroService:
|
|
|
|
|
|
Enable: false
|
|
|
|
|
|
Anonymous:
|
|
|
|
|
|
- cloud.ping.hello
|
|
|
|
|
|
|
|
|
|
|
|
# Gateway 设置
|
|
|
|
|
|
Gateway:
|
|
|
|
|
|
Enable: true
|
|
|
|
|
|
Port: 12102
|
|
|
|
|
|
|
|
|
|
|
|
# 微服务调用密钥
|
2026-08-10 11:42:45 +08:00
|
|
|
|
SecretKey: CHANGE_ME
|
2026-08-09 10:43:45 +08:00
|
|
|
|
|
|
|
|
|
|
# Rpc:
|
|
|
|
|
|
# fts:
|
|
|
|
|
|
# Endpoint: https://api-v2.traingo.cn/fts/v2
|
|
|
|
|
|
# SecretKey: 4ef05311358cd1c8f787281f08b38b1c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 链路追踪,性能监控,日志收集
|
|
|
|
|
|
# APM:
|
|
|
|
|
|
# Platform: elasticAPM
|
|
|
|
|
|
# Endpoint: http://127.0.0.1:14268/api/traces
|