Compare commits
No commits in common. "e94d693a39f94d85037190a9ade9ea3013014cee" and "6ccf84be266c41f239d1fd044bcb2998ca275c05" have entirely different histories.
e94d693a39
...
6ccf84be26
1
.gitignore
vendored
1
.gitignore
vendored
@ -159,4 +159,3 @@ cython_debug/
|
||||
core/static/admin
|
||||
core/static/debug_toolbar
|
||||
Makefile
|
||||
static/
|
||||
|
@ -196,6 +196,7 @@ CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django_redis.cache.RedisCache",
|
||||
# "LOCATION": "unix:///var/run/socks/redis.sock",
|
||||
"LOCATION": f"redis://{REDIS_HOST}:{REDIS_PORT}",
|
||||
"LOCATION": "unix:///var/run/redis.sock",
|
||||
"OPTIONS": {
|
||||
"db": REDIS_DB,
|
||||
|
@ -387,5 +387,5 @@ services:
|
||||
# external: true
|
||||
|
||||
volumes:
|
||||
# fisk_static: {}
|
||||
fisk_static: {}
|
||||
fisk_redis_data: {}
|
||||
|
Loading…
Reference in New Issue
Block a user