mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
change trial period to 14 days
This commit is contained in:
parent
5f203834f1
commit
7a36b939e4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ func initTrial() error {
|
|||
}
|
||||
trialDates := TrialDates{
|
||||
TrialStartedAt: time.Now(),
|
||||
TrialEndsAt: time.Now().Add(time.Hour * 24 * 30),
|
||||
TrialEndsAt: time.Now().Add(time.Hour * 24 * 14),
|
||||
}
|
||||
t := TrialInfo{
|
||||
PrivKey: tPriv,
|
||||
|
|
Loading…
Reference in a new issue