Started adding cons
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

@ -29,6 +29,10 @@ import (
// Key is used as a config key // Key is used as a config key
type Key string type Key string
const (
ServiceJWTSecret Key = `service.JWTSecret`
)
// InitConfig initializes the config, sets defaults etc. // InitConfig initializes the config, sets defaults etc.
func InitConfig() { func InitConfig() {