This commit is contained in:
caoqianming 2020-06-03 15:28:26 +08:00
parent 9acbc74930
commit 3396f9489a
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
ENV = 'production' ENV = 'production'
# base api # base api
VUE_APP_BASE_API = 'http://121.36.23.77:8035' VUE_APP_BASE_API = 'http://116.63.176.211:8035'

View File

@ -172,7 +172,7 @@ AUTHENTICATION_BACKENDS = (
CACHES = { CACHES = {
"default": { "default": {
"BACKEND": "django_redis.cache.RedisCache", "BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/1", "LOCATION": "redis://127.0.0.1:6379/9",
"OPTIONS": { "OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient", "CLIENT_CLASS": "django_redis.client.DefaultClient",
# "PICKLE_VERSION": -1 # "PICKLE_VERSION": -1