Files
receipt-wrangler-api/internal/constants/errors.go
2025-01-09 20:15:36 +00:00

5 lines
260 B
Go

package constants
const EmptyEncryptionKeyError = "ENCRYPTION_KEY not set please, generate an Encryption Key of any length, and set it to continue"
const EmptySecretKeyError = "SECRET_KEY not set, generate a Secret Key of any length, and set it to continue"