Skip to content

Commit cee186b

Browse files
authored
Merge pull request #370 from devtron-labs/feat-instance-launch
feat: intance launch env default changed to 10
2 parents 6b408df + 2511907 commit cee186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)