build: finalize dockerfiles update package.json to include all lexical dependencies

This commit is contained in:
pablohashescobar 2022-12-02 23:39:03 +05:30
parent 7ef9ea07f0
commit 814982a9be
7 changed files with 76 additions and 11 deletions

View file

@ -174,7 +174,7 @@ CACHES = {
"LOCATION": REDIS_URL,
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
"CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
# "CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
},
}
}