Explorar o código

maxkey 名称配置修改

vincent %!s(int64=3) %!d(string=hai) anos
pai
achega
cc0c00f963

+ 2 - 2
maxkey-webs/maxkey-web-mgt/src/main/resources/application-http.properties

@@ -18,7 +18,7 @@
 #server port
 server.port                                     =9527
 #server context path
-server.servlet.context-path                     =/maxkey-mgt
+server.servlet.context-path                     =/taihu-mgt
 #nacos discovery
 spring.cloud.nacos.discovery.enabled            =${NACOS_DISCOVERY_ENABLED:true}
 spring.cloud.nacos.discovery.instance-enabled   =true
@@ -34,7 +34,7 @@ maxkey.server.uri                               =${maxkey.server.name}:9527${ser
 #default.uri
 maxkey.server.default.uri                       =${maxkey.server.uri}/main
 maxkey.server.mgt.uri                           =${maxkey.server.uri}
-maxkey.server.authz.uri                         =https://${maxkey.server.domain}/maxkey
+maxkey.server.authz.uri                         =https://${maxkey.server.domain}/taihu
 #InMemory 0 , Redis 2 
 maxkey.server.persistence                       =0
 #identity

+ 2 - 2
maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties

@@ -15,10 +15,10 @@
 ############################################################################
 #MaxKey Title and Version                                                  #
 ############################################################################
-application.title                               =MaxKey-Mgt
+application.title                               =taihu-Mgt
 application.formatted-version                   =v3.1.1 GA
 #for dynamic service discovery
-spring.application.name                         =maxkey-mgt
+spring.application.name                         =taihu-mgt
 ############################################################################
 #Main.banner-mode configuration                                            #
 ############################################################################

+ 1 - 1
maxkey-webs/maxkey-web-mgt/src/main/resources/bootstrap.properties

@@ -4,7 +4,7 @@ spring.cloud.nacos.config.server-addr       =${NACOS_CONFIG_SERVER_ADDR:127.0.0.
 # Data ID:maxkey.properties
 # Group:DEFAULT_GROUP
 # configuration:useLocalCache=true
-spring.application.name                     =maxkey-mgt
+spring.application.name                     =taihu-mgt
 # Suffix for the configuration. Supports properties,yaml,yml,default is properties
 spring.cloud.nacos.config.file-extension    =properties
 #spring.cloud.nacos.config.file-extension=yaml