token secret

feature/ui
Karolis Rusenas 2019-05-22 23:15:42 +01:00
parent 543c3f8f9f
commit 768038161c
1 changed files with 1 additions and 0 deletions

View File

@ -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"