LingAdmin/Backend/LingAdmin.API/dapr/components/pubsub.yaml

13 lines
207 B
YAML
Raw Normal View History

2026-04-16 18:13:06 +08:00
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: pubsub
spec:
type: pubsub.redis
version: v1
metadata:
- name: redisHost
value: localhost:6379
- name: redisPassword
value: ""