Configured CI/CD with docker and jenkins

This commit is contained in:
Artyom Belousov 2019-10-15 00:21:15 +03:00
parent a715a3c1b8
commit e22e908ce5
11 changed files with 104 additions and 1 deletions

View file

@ -4,6 +4,6 @@ import (
"time"
)
const HOST_NAME = "localhost:6379"
const HOST_NAME = "redis:6379"
const PASSWORD = ""
const CACHE_EXPIRATION = time.Hour * 24