mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-01-14 06:59:57 -06:00
5 lines
260 B
Go
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"
|