Files
warmbly/internal/app/cipher/config.go
T
2026-01-17 14:11:14 +00:00

8 lines
77 B
Go

package cipher
import "time"
const (
DecryptedKeyTTL = 15 * time.Minute
)