caching implementation
This commit is contained in:
@@ -9,6 +9,10 @@ url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
|
||||
[default.databases.redis_cache]
|
||||
url = "redis://chatapp_redis:6379"
|
||||
|
||||
[debug.databases.redis_cache]
|
||||
url = "redis://localhost:6379"
|
||||
|
||||
|
||||
[default] # run inside a docker container or pod
|
||||
address = "0.0.0.0"
|
||||
port = 8000
|
||||
|
||||
Reference in New Issue
Block a user