Skip to content

Commit

Permalink
Merge pull request #1318 from gnocchixyz/mergify/bp/stable/4.5/pr-1300
Browse files Browse the repository at this point in the history
redis_url should be secret (backport #1300)
  • Loading branch information
mergify[bot] committed Aug 1, 2023
2 parents b9ab45b + 4532daf commit 9def5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnocchi/common/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

OPTS = [
cfg.StrOpt('redis_url',
secret=True,
default='redis://localhost:6379/',
help="""Redis URL
Expand Down

0 comments on commit 9def5fc

Please sign in to comment.