mtg-price-bot/caching/secrets.go
2019-11-03 12:16:45 +03:00

9 lines
126 B
Go

package caching
import (
"time"
)
const HostName = "redis:6379"
const Password = ""
const CacheExpiration = time.Hour * 24