feat: 添加rabbitMQ

This commit is contained in:
Leon
2025-12-29 04:13:13 +08:00
parent 7daa95821d
commit 4225b026d7
5 changed files with 230 additions and 7 deletions

View File

@@ -6,4 +6,17 @@ database:
port: 3306
user: root
password: 123456
dbname: feedsystem
dbname: feedsystem
redis:
host: localhost
port: 6379
password: 123456
db: 0
rabbitmq:
host: localhost
port: 5672
username: admin
password: password123