You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2021/02/04 08:10:21 UTC

[dubbo-go-samples] branch master updated: provide run configuration for attachment sample

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e69c94  provide run configuration for attachment sample
     new 425b1a2  Merge pull request #41 from beiwei30/attachment-run-config
5e69c94 is described below

commit 5e69c9423249565a527840bef0d2d210104aafd7
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Thu Feb 4 15:58:32 2021 +0800

    provide run configuration for attachment sample
---
 .run/attachment-go-client.run.xml | 15 +++++++++++++++
 .run/attachment-go-server.run.xml | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/.run/attachment-go-client.run.xml b/.run/attachment-go-client.run.xml
new file mode 100644
index 0000000..60a5eda
--- /dev/null
+++ b/.run/attachment-go-client.run.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="attachment-go-client" type="GoApplicationRunConfiguration" factoryName="Go Application" singleton="false">
+    <module name="dubbo-go-samples" />
+    <working_directory value="$PROJECT_DIR$" />
+    <envs>
+      <env name="APP_LOG_CONF_FILE" value="$PROJECT_DIR$/attachment/go-client/conf/log.yml" />
+      <env name="CONF_CONSUMER_FILE_PATH" value="$PROJECT_DIR$/attachment/go-client/conf/client.yml" />
+    </envs>
+    <kind value="PACKAGE" />
+    <filePath value="$PROJECT_DIR$/attachment/go-client/cmd/client.go" />
+    <package value="github.com/apache/dubbo-go-samples/attachment/go-client/cmd" />
+    <directory value="$PROJECT_DIR$" />
+    <method v="2" />
+  </configuration>
+</component>
diff --git a/.run/attachment-go-server.run.xml b/.run/attachment-go-server.run.xml
new file mode 100644
index 0000000..5cff0ce
--- /dev/null
+++ b/.run/attachment-go-server.run.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="attachment-go-server" type="GoApplicationRunConfiguration" factoryName="Go Application" singleton="false">
+    <module name="dubbo-go-samples" />
+    <working_directory value="$PROJECT_DIR$" />
+    <envs>
+      <env name="CONF_PROVIDER_FILE_PATH" value="$PROJECT_DIR$/attachment/go-server/conf/server.yml" />
+      <env name="APP_LOG_CONF_FILE" value="$PROJECT_DIR$/attachment/go-server/conf/log.yml" />
+    </envs>
+    <kind value="PACKAGE" />
+    <filePath value="$PROJECT_DIR$/attachment/go-server/cmd/server.go" />
+    <package value="github.com/apache/dubbo-go-samples/attachment/go-server/cmd" />
+    <directory value="$PROJECT_DIR$" />
+    <method v="2" />
+  </configuration>
+</component>