From 31e2b72103294ae611883d920cff165643b3fbec Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 1 Jul 2019 23:05:48 +0200 Subject: [PATCH] Started adding cons --- pkg/config/config.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/config/config.go b/pkg/config/config.go index c16c95834..68a320e8e 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -29,6 +29,10 @@ import ( // Key is used as a config key type Key string +const ( + ServiceJWTSecret Key = `service.JWTSecret` +) + // InitConfig initializes the config, sets defaults etc. func InitConfig() {