AriStockAI/consul/config/emotion-service.json
fanfpy 2ba55b4dae fix: 将Traefik路由规则中的单引号替换为反引号
统一所有服务配置文件中Traefik路由规则的路径前缀引号格式,从单引号改为反引号以保持一致性
2025-07-01 17:04:46 +08:00

18 lines
453 B
JSON

{
"service": {
"address": "emotion-service",
"check": {
"http": "http://emotion-service:8002/health",
"interval": "10s",
"timeout": "5s"
},
"id": "emotion-service-1",
"tags": [
"traefik.enable=true",
"traefik.http.routers.emotion-service.rule=PathPrefix(`/api/emotion`)",
"traefik.http.routers.emotion-service.entrypoints=web"
],
"name": "emotion-service",
"port": 8002
}
}