You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/03/17 10:59:43 UTC

[incubator-linkis] branch dev-1.1.1 updated: fixes #1741 [cli] remove creator in conf (#1742)

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

peacewong pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.1 by this push:
     new 67b64ab  fixes #1741 [cli] remove creator in conf (#1742)
67b64ab is described below

commit 67b64ab654c703f993fdb857ee9b5f26024e98ad
Author: Shang <no...@live.com>
AuthorDate: Thu Mar 17 18:59:37 2022 +0800

    fixes #1741 [cli] remove creator in conf (#1742)
---
 .../src/main/resources/conf/linkis-cli.properties                       | 2 +-
 .../linkis-cli-application/src/test/resources/linkis-cli.properties     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/resources/conf/linkis-cli.properties b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/resources/conf/linkis-cli.properties
index c98010c..c57fea9 100644
--- a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/resources/conf/linkis-cli.properties
+++ b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/resources/conf/linkis-cli.properties
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 #
-wds.linkis.client.common.creator=LINKISCLI
+#wds.linkis.client.common.creator=LINKISCLI
 wds.linkis.client.common.gatewayUrl=http://127.0.0.1:9001
 wds.linkis.client.common.authStrategy=token
 wds.linkis.client.common.tokenKey=Validation-Code
diff --git a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/test/resources/linkis-cli.properties b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/test/resources/linkis-cli.properties
index f2a2c74..9020881 100644
--- a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/test/resources/linkis-cli.properties
+++ b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/test/resources/linkis-cli.properties
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 #
-wds.linkis.client.common.creator=LINKISCLI
+#wds.linkis.client.common.creator=LINKISCLI
 wds.linkis.client.common.gatewayUrl=http://127.0.0.1:9001
 wds.linkis.client.common.authStrategy=token
 wds.linkis.client.common.tokenKey=Validation-Code

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org