mtg-price-bot/caching/secrets.go
2019-10-15 00:21:15 +03:00

9 lines
128 B
Go

package caching
import (
"time"
)
const HOST_NAME = "redis:6379"
const PASSWORD = ""
const CACHE_EXPIRATION = time.Hour * 24