Started adding cons
continuous-integration/drone/push Build is failing Details

This commit is contained in:
konrad 2019-07-01 23:05:48 +02:00
parent 4ae9fdeffa
commit 31e2b72103
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -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() {