mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-12 01:30:41 +08:00
Merge pull request #75 from gravitl/feature_v0.2_defaultnet
switch on manual node signup by default
This commit is contained in:
commit
dec3437088
1 changed files with 2 additions and 1 deletions
3
main.go
3
main.go
|
|
@ -192,7 +192,8 @@ func createDefaultNetwork() error {
|
||||||
group.SetNodesLastModified()
|
group.SetNodesLastModified()
|
||||||
group.SetGroupLastModified()
|
group.SetGroupLastModified()
|
||||||
group.KeyUpdateTimeStamp = time.Now().Unix()
|
group.KeyUpdateTimeStamp = time.Now().Unix()
|
||||||
|
allow := true
|
||||||
|
group.AllowManualSignUp = &allow
|
||||||
|
|
||||||
fmt.Println("Creating default group.")
|
fmt.Println("Creating default group.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue