From 4845c36d393c8c6f6703e2c2032f56914bcc856e Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Thu, 14 Nov 2019 16:47:54 +0800
Subject: [PATCH] add testdata in config

---
 config/testdata/consumer_config_with_configcenter_apollo.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/testdata/consumer_config_with_configcenter_apollo.yml b/config/testdata/consumer_config_with_configcenter_apollo.yml
index 36c512952..ceec1b38a 100644
--- a/config/testdata/consumer_config_with_configcenter_apollo.yml
+++ b/config/testdata/consumer_config_with_configcenter_apollo.yml
@@ -7,6 +7,9 @@ config_center:
   address: 106.12.25.204:8080
   group: testApplication_yang
   cluster: dev
+  # 'config_file' is not necessary ,default : dubbo.properties
+  # but if you want to change config file ,just open this item
+#  config_file: mockDubbog
 
 # application config required
 application:
-- 
GitLab