Skip to content

Commit

Permalink
0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Sep 5, 2023
1 parent 3cd540c commit 3a94f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RabbitMQ(BaseSettings):
"""
代理设置
"""
amqp_dsn: str = Field("amqp://guest:guest@localhost/", env='AMQP_DSN')
amqp_dsn: str = Field("amqp://admin:admin@localhost:5672", env='AMQP_DSN')

class Config:
env_file = '.env'
Expand Down

0 comments on commit 3a94f7d

Please sign in to comment.