From 768038161cae07f8dfe16370fa3be1b5f80cf1e5 Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Wed, 22 May 2019 23:15:42 +0100 Subject: [PATCH] token secret --- constants/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/constants.go b/constants/constants.go index d871b389..fb864759 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -38,6 +38,7 @@ const EnvNotificationLevel = "NOTIFICATION_LEVEL" // Basic Auth - User / Password const EnvBasicAuthUser = "BASIC_AUTH_USER" const EnvBasicAuthPassword = "BASIC_AUTH_PASSWORD" +const EnvTokenSecret = "TOKEN_SECRET" // KeelLogoURL - is a logo URL for bot icon const KeelLogoURL = "https://keel.sh/images/logo.png"