Skip to content

Commit

Permalink
changed from redis back to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Balint Tamas committed Aug 7, 2024
1 parent efd283d commit 793c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Use as we used in xtellio settings file, not storing "secrets" here
VERSION = "1.1.1"
REDIS_ENDPOINT = environ.get("REDIS_ENDPOINT", "redis")
REDIS_ENDPOINT = environ.get("REDIS_ENDPOINT", "localhost") #redis
REDIS_PORT = int(environ.get("REDIS_PORT", "6379"))

APP = Flask(__name__)
Expand Down

0 comments on commit 793c59b

Please sign in to comment.