diff --git a/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml b/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml index ef11b67..2ce250b 100644 --- a/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml +++ b/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml @@ -13,7 +13,6 @@ spring: cloud: #配置中心 config: - uri: http://10.10.17.84:8002 discovery: service-id: dapp-config-server enabled: true @@ -31,4 +30,4 @@ spring: auth: true starttls: enable: true - required: true + required: true \ No newline at end of file