Skip to content

Commit 9882734

Browse files
committed
fix: use devstack's memcached in enterprise-subsidy
1 parent d0169bf commit 9882734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py_configuration_files/enterprise_subsidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
CACHES = {
2929
'default': {
3030
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
31-
'LOCATION': 'enterprise-subsidy.memcache:11211',
31+
'LOCATION': 'edx.devstack.memcached:11211',
3232
}
3333

3434
}

0 commit comments

Comments
 (0)