AriStockAI/consul/config/data-service.json
fanfpy da3f845591 refactor(consul): 统一Traefik路由规则格式并简化whoami配置
- 将所有服务的Traefik路由规则从点分隔符改为下划线格式
- 简化whoami服务配置,移除中间件并更新路由规则
- 统一所有服务的配置格式以提高可维护性
2025-07-01 16:38:55 +08:00

17 lines
410 B
JSON

{
"service": {
"address": "data-service",
"check": {
"http": "http://ari-data-service:8000/api/public/stock_bid_ask_em?symbol=000001",
"interval": "10s",
"timeout": "5s"
},
"id": "data-service-1",
"meta": {
"traefik_enable": "true",
"traefik_http_routers_data_service_rule": "PathPrefix('/api/data')"
},
"name": "data-service",
"port": 8000
}
}