This is an automated email from the ASF dual-hosted git repository.
laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 0391ea1 fix: add service-disc zk client .run
0391ea1 is described below
commit 0391ea146a0a767de3a4c7adbad6b56ff61f1e02
Author: LaurenceLiZhixin <[email protected]>
AuthorDate: Wed May 12 10:04:37 2021 +0800
fix: add service-disc zk client .run
---
.run/zk-client.run.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.run/zk-client.run.xml b/.run/zk-client.run.xml
new file mode 100644
index 0000000..d624a98
--- /dev/null
+++ b/.run/zk-client.run.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="zk-client"
type="GoApplicationRunConfiguration" factoryName="Go Application"
folderName="v3service-discovery">
+ <module name="dubbo-go-samples" />
+ <working_directory value="$PROJECT_DIR$" />
+ <envs>
+ <env name="APP_LOG_CONF_FILE"
value="$PROJECT_DIR$/registry/serviecdiscovery/zookeeper/go-client/conf/log.yml"
/>
+ <env name="CONF_CONSUMER_FILE_PATH"
value="$PROJECT_DIR$/registry/servicediscovery/zookeeper/go-client/conf/client.yml"
/>
+ </envs>
+ <kind value="PACKAGE" />
+ <filePath value="$PROJECT_DIR$" />
+ <package
value="github.com/apache/dubbo-go-samples/registry/servicediscovery/zookeeper/go-client/cmd"
/>
+ <directory value="$PROJECT_DIR$" />
+ <method v="2" />
+ </configuration>
+</component>
\ No newline at end of file