When creating a domain ID, set networking to full (wizard)

This commit is contained in:
Kalila L 2021-02-09 01:50:38 -05:00
parent 69e5d1261b
commit c3c9b638e1

View file

@ -193,6 +193,7 @@ function promptToCreateDomainID() {
var formJSON = {
"metaverse": {
"automatic_networking": "full",
"id": domainID
}
};