Files
warmbly/internal/app/cipher/config.go
T

8 lines
77 B
Go

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