diff --git a/common-lib/env/licenseMangerEnv.go b/common-lib/env/licenseMangerEnv.go index a2e19c5be..3b821032d 100644 --- a/common-lib/env/licenseMangerEnv.go +++ b/common-lib/env/licenseMangerEnv.go @@ -6,7 +6,7 @@ import ( ) type ReminderThresholdConfig struct { - ReminderThresholdForFreeTrial int `env:"REMINDER_THRESHOLD_FOR_FREE_TRIAL" envDefault:"3" description:"this is used to set ( to be remind in time) for free trial"` + ReminderThresholdForFreeTrial int `env:"REMINDER_THRESHOLD_FOR_FREE_TRIAL" envDefault:"10" description:"this is used to set ( to be remind in time) for free trial"` ReminderThresholdForLicense int `env:"REMINDER_THRESHOLD_FOR_LICENSE" envDefault:"15" description:"this is used to set ( to be remind in time) for license"` }