Skip to content

Commit 2511907

Browse files
env default changed to 10
:
1 parent 6b408df commit 2511907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common-lib/env/licenseMangerEnv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
type ReminderThresholdConfig struct {
9-
ReminderThresholdForFreeTrial int `env:"REMINDER_THRESHOLD_FOR_FREE_TRIAL" envDefault:"3" description:"this is used to set ( to be remind in time) for free trial"`
9+
ReminderThresholdForFreeTrial int `env:"REMINDER_THRESHOLD_FOR_FREE_TRIAL" envDefault:"10" description:"this is used to set ( to be remind in time) for free trial"`
1010
ReminderThresholdForLicense int `env:"REMINDER_THRESHOLD_FOR_LICENSE" envDefault:"15" description:"this is used to set ( to be remind in time) for license"`
1111
}
1212

0 commit comments

Comments
 (0)