forked from apache/dubbo-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add service discovery .run (apache#151)
- Loading branch information
1 parent
a1da198
commit 2b0b10b
Showing
14 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="configcenter-nacos-server" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="dubbo-go-samples" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<kind value="PACKAGE" /> | ||
<envs> | ||
<env name="APP_LOG_CONF_FILE" value="$PROJECT_DIR$/configcenter/nacos/go-server/conf/conf/log.yml" /> | ||
<env name="CONF_PROVIDER_FILE_PATH" value="$PROJECT_DIR$/configcenter/nacos/go-server/conf/server.yml" /> | ||
</envs> | ||
<package value="github.com/apache/dubbo-go-samples/configcenter/nacos/go-server/cmd" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/configcenter/nacos/go-server/cmd/server.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="discovery-nacos-go-server" type="GoApplicationRunConfiguration" factoryName="Go Application" folderName="service-discovery"> | ||
<module name="dubbo-go-samples" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<envs> | ||
<env name="APP_LOG_CONF_FILE" value="$PROJECT_DIR$/registry/servicediscovery/nacos/go-server/conf/log.yml" /> | ||
<env name="CONF_PROVIDER_FILE_PATH" value="$PROJECT_DIR$/registry/servicediscovery/nacos/go-server/conf/server.yml" /> | ||
</envs> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/apache/dubbo-go-samples/registry/servicediscovery/nacos/go-server/cmd" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/registry/servicediscovery/nacos/go-server/cmd/server.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="zk-client" type="GoApplicationRunConfiguration" factoryName="Go Application" folderName="service-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" /> | ||
<package value="github.com/apache/dubbo-go-samples/registry/servicediscovery/zookeeper/go-client/cmd" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="zk-server" type="GoApplicationRunConfiguration" factoryName="Go Application" folderName="service-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-server/conf/log.yml" /> | ||
<env name="CONF_PROVIDER_FILE_PATH" value="$PROJECT_DIR$/registry/servicediscovery/zookeeper/go-server/conf/server.yml" /> | ||
</envs> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/apache/dubbo-go-samples/registry/servicediscovery/zookeeper/go-server/cmd" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.