This commit is contained in:
aditya.siregar 2024-10-27 20:26:46 +07:00
parent 081a1aa27b
commit 65c4078955
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ linkqu:
signature_key: "LinkQu@2020"
username: "LI307GXIN"
pin: "2K2NPCBBNNTovgB"
callback_url: "https://furtuna-be.app-dev.altru.id/api/v1/linkqu/callback"
callback_url: "https://e091-103-245-18-78.ngrok-free.app/api/v1/linkqu/callback"
brevo:
api_key: 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

View File

@ -28,7 +28,7 @@ func NewPostgres(c config.Database) (*gorm.DB, error) {
}
zapCfg := zap.NewProductionConfig()
zapCfg.Level = zap.NewAtomicLevelAt(zap.DebugLevel) // whatever minimum level
zapCfg.Level = zap.NewAtomicLevelAt(zap.ErrorLevel) // whatever minimum level
zapCfg.DisableCaller = false
// logger, _ := zapCfg.Build()
// db = gorm.Open(sqldblogger.New(logger), db)