.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
docker-compose/nacos/conf/application.properties | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-auth/src/main/resources/bootstrap.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-gateway/src/main/resources/bootstrap.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-modules/se-system/src/main/resources/bootstrap.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.gitignore
@@ -47,3 +47,4 @@ /logs *.jar /docker-compose/nginx/html /docker-compose/mysql/data docker-compose/nacos/conf/application.properties
@@ -155,7 +155,7 @@ nacos.core.auth.caching.enabled=true ### Since 1.4.1, Turn on/off white auth for user-agent: nacos-server, only for upgrade from old version. nacos.core.auth.enable.userAgentAuthWhite=false nacos.core.auth.enable.userAgentAuthWhite=true ### Since 1.4.1, worked when nacos.core.auth.enabled=true and nacos.core.auth.enable.userAgentAuthWhite=false. ### The two properties is the white list for auth and used by identity the request from other server. @@ -167,7 +167,7 @@ nacos.core.auth.plugin.nacos.token.cache.enable=false nacos.core.auth.plugin.nacos.token.expire.seconds=18000 ### The default token (Base64 String): nacos.core.auth.plugin.nacos.token.secret.key= nacos.core.auth.plugin.nacos.token.secret.key=VGhpc0lzTXlDdXN0b21TZWNyZXRLZXkwMTIzNDU2Nzg= ### worked when nacos.core.auth.system.type=ldap,{0} is Placeholder,replace login username #nacos.core.auth.ldap.url=ldap://localhost:389 se-auth/src/main/resources/bootstrap.yml
@@ -14,9 +14,11 @@ nacos: discovery: # 服务注册地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 config: # 配置中心地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml se-gateway/src/main/resources/bootstrap.yml
@@ -14,9 +14,11 @@ nacos: discovery: # 服务注册地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 config: # 配置中心地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml @@ -33,6 +35,7 @@ datasource: ds1: nacos: #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 dataId: sentinel-se-gateway groupId: DEFAULT_GROUP se-modules/se-system/src/main/resources/bootstrap.yml
@@ -14,9 +14,11 @@ nacos: discovery: # 服务注册地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 config: # 配置中心地址 #server-addr: 192.168.11.203:8848 server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml