From bacae97bd824167648c55fc4ecdfdfc69beaea25 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 10 Jun 2019 21:56:01 +0800 Subject: [PATCH] Remove unnecessary docs and config keys --- docs/en/setup/backend/dynamic-config.md | 4 ---- .../configuration-nacos/src/test/resources/application.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/en/setup/backend/dynamic-config.md b/docs/en/setup/backend/dynamic-config.md index c9b31678eec4..700307b70075 100644 --- a/docs/en/setup/backend/dynamic-config.md +++ b/docs/en/setup/backend/dynamic-config.md @@ -44,10 +44,6 @@ configuration: port: 8848 # Nacos Configuration Group group: 'skywalking' - # Dynamically configured keys - dataIds: - - receiver-trace.default.slowDBAccessThreshold - # - other-key # Unit seconds, sync period. Default fetch every 60 seconds. period : 60 # the name of current cluster, set the name if you want to upstream system known. diff --git a/oap-server/server-configuration/configuration-nacos/src/test/resources/application.yml b/oap-server/server-configuration/configuration-nacos/src/test/resources/application.yml index b1e120fdbc5b..fd6a07084dcf 100644 --- a/oap-server/server-configuration/configuration-nacos/src/test/resources/application.yml +++ b/oap-server/server-configuration/configuration-nacos/src/test/resources/application.yml @@ -27,10 +27,6 @@ configuration: port: 8848 # Nacos Configuration Group group: 'skywalking' - # Dynamically configured keys - dataIds: - - test-module.default.testKey - # - other-key # Unit seconds, sync period. Default fetch every 60 seconds. period: 1 # the name of current cluster, set the name if you want to upstream system known.