Skip to content

Commit

Permalink
api connects redis with password
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysmeow committed Jul 17, 2024
1 parent 7b3925a commit 37a7dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/.DS_Store
.env
**.txt

server/**/__pycache__
server/**/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion server/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

swagger = Swagger(app)

url = "redis://redis:6379/0"
url = "redis://:qwerty@redis:6379/0"
celery = Celery("WebManagerTasks", broker=url)

0 comments on commit 37a7dc5

Please sign in to comment.