Explorar o código

update default domain

abhishek9686 hai 8 meses
pai
achega
20038716ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      servercfg/serverconf.go

+ 1 - 1
servercfg/serverconf.go

@@ -685,7 +685,7 @@ func IsOldAclEnabled() bool {
 // GetDefaultDomain - get the default domain
 func GetDefaultDomain() string {
 	//default netmaker.hosted
-	domain := "netmaker.hosted"
+	domain := "hosted.nm"
 	if os.Getenv("DEFAULT_DOMAIN") != "" {
 		if validateDomain(os.Getenv("DEFAULT_DOMAIN")) {
 			domain = os.Getenv("DEFAULT_DOMAIN")