Commit
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"nCovTrack-Backend/config"
|
||||
"nCovTrack-Backend/global"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
@@ -20,4 +21,5 @@ func initConfig() {
|
||||
panic(err)
|
||||
}
|
||||
global.ServerSettings = serverConfig
|
||||
color.Blue("Already read config from %s", v.ConfigFileUsed())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user