Implemented jwt generation

This commit is contained in:
ErickSkrauch
2018-01-15 23:52:22 +03:00
parent d2485df64d
commit ca4479252f
5 changed files with 233 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ func initConfig() {
viper.AutomaticEnv()
if err := viper.ReadInConfig(); err == nil {
// TODO: show only on verbose mode
fmt.Println("Using config file:", viper.ConfigFileUsed())
}
}