refactor(backend): Redis -> Memcached
This commit is contained in:
parent
0f2a502521
commit
0928df2cab
9 changed files with 1124 additions and 1152 deletions
|
@ -67,9 +67,9 @@ DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://hostname/realms/teacher/protocol/openid
|
|||
# If running your stack in docker, this should use the docker service name.
|
||||
#DWENGO_LOGGING_LOKI_HOST=http://localhost:3102
|
||||
|
||||
# The hostname or IP address of the Redis cache.
|
||||
# The hostname or IP address of the caching server, e.g. Memcached.
|
||||
# If running your stack in docker, this should use the docker service name.
|
||||
#DWENGO_CACHE_HOST=localhost
|
||||
#DWENGO_CACHE_PORT=6379
|
||||
#DWENGO_CACHE_PORT=11211
|
||||
#DWENGO_CACHE_TTL=3600
|
||||
#DWENGO_CACHE_KEY_PREFIX=dwengo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue