Explorar el Código

Merge remote-tracking branch 'origin/master'

ghost hace 4 años
padre
commit
dc62d587ef
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      nacos/bin/startup.cmd

+ 2 - 1
nacos/bin/startup.cmd

@@ -24,7 +24,8 @@ set BASE_DIR="%BASE_DIR:~0,-5%"
 set DEFAULT_SEARCH_LOCATIONS="classpath:/,classpath:/config/,file:./,file:./config/"
 set CUSTOM_SEARCH_LOCATIONS=%DEFAULT_SEARCH_LOCATIONS%,file:%BASE_DIR%/conf/
 
-set MODE="cluster"
+rem set MODE="cluster"
+set MODE="standalone"
 set FUNCTION_MODE="all"
 set SERVER=nacos-server
 set MODE_INDEX=-1