mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +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.SetGroupLastModified()
|
||||
group.KeyUpdateTimeStamp = time.Now().Unix()
|
||||
|
||||
allow := true
|
||||
group.AllowManualSignUp = &allow
|
||||
|
||||
fmt.Println("Creating default group.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue