Added dict with additional cards
This commit is contained in:
parent
181f3bc0aa
commit
88ea431a27
26 changed files with 232 additions and 35 deletions
9
internal/caching/secrets.go
Normal file
9
internal/caching/secrets.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package caching
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const HostName = "redis:6379"
|
||||
const Password = ""
|
||||
const CacheExpiration = time.Hour * 24
|
||||
Loading…
Add table
Add a link
Reference in a new issue