Skip to content
Snippets Groups Projects

Add cache service definition

Merged Yordan Kinkov requested to merge cache-service-definition into main
2 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
2
env/cache.env 0 → 100644
+ 10
0
HTTP_HOST=""
HTTP_PORT="8083"
HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s"
REDIS_ADDR="redis:6379"
REDIS_USER=""
REDIS_PASS=""
REDIS_DB=0
REDIS_EXPIRATION="1h"
\ No newline at end of file
Loading