Skip to content

Commit

Permalink
Merge branch 'upgrade-to-py3.11' of https://github.com/jessicamack/awx
Browse files Browse the repository at this point in the history
…into upgrade-to-py3.11
  • Loading branch information
jessicamack committed Aug 24, 2023
2 parents 3d7c357 + 5eb31d4 commit 1d95093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@

# Django Caching Configuration
DJANGO_REDIS_IGNORE_EXCEPTIONS = True
CACHES = {'default': {'BACKEND': 'awx.main.cache.AWXRedisCache', 'LOCATION': 'unix://var/run/redis/redis.sock?db=1'}}
CACHES = {'default': {'BACKEND': 'awx.main.cache.AWXRedisCache', 'LOCATION': 'unix:///var/run/redis/redis.sock?db=1'}}

# Social Auth configuration.
SOCIAL_AUTH_STRATEGY = 'social_django.strategy.DjangoStrategy'
Expand Down

0 comments on commit 1d95093

Please sign in to comment.