ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

chore: Make cache key prefix configurable #419

Closed microamp closed 3 months ago

microamp commented 3 months ago

Fixes: #418

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.72%. Comparing base (6fbcfef) to head (dbbdbf4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #419 +/- ## ======================================= Coverage 82.72% 82.72% ======================================= Files 124 124 Lines 2599 2599 ======================================= Hits 2150 2150 Misses 449 449 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

microamp commented 3 months ago

To confirm that it's correctly populated when tested locally:

env | grep ^MEMCACHED | sort -i
MEMCACHED_KEY_PREFIX=iab
MEMCACHED_PORT=tcp://10.107.132.233:11211
MEMCACHED_PORT_11211_TCP=tcp://10.107.132.233:11211
MEMCACHED_PORT_11211_TCP_ADDR=10.107.132.233
MEMCACHED_PORT_11211_TCP_PORT=11211
MEMCACHED_PORT_11211_TCP_PROTO=tcp
MEMCACHED_SERVICE_HOST=10.107.132.233
MEMCACHED_SERVICE_PORT=11211
MEMCACHED_SERVICE_PORT_MEMCACHED=11211