diff --git a/entrypoint.go b/entrypoint.go index b737a7f..5b89858 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -109,7 +109,7 @@ func InitDaemon(appName string) { logs.SetLogger(logs.CreateLogger("main")) // Load the right config file o := GetConfLoader() - resources.InitNative() + // resources.InitNative() // feed the library with the loaded config SetConfig( o.GetStringDefault("MONGO_URL", "mongodb://127.0.0.1:27017"),