Skip to content

Commit 59d06db

Browse files
committed
clear dss-server password
1 parent 9736900 commit 59d06db

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

dss-server/src/main/resources/linkis.properties

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
wds.linkis.test.mode=true
1919

20-
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://127.0.0.1:3306/
20+
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://0.0.0.0:3306/dss
2121

2222
wds.linkis.server.mybatis.datasource.username=
2323

@@ -44,3 +44,22 @@ wds.linkis.gateway.ip=127.0.0.1
4444
wds.linkis.gateway.port=9001
4545

4646
wds.dss.appjoint.scheduler.project.store.dir=file:///appcom/tmp/wds/scheduler
47+
wds.linkis.super.user.name=
48+
wds.linkis.workspace.user.root.path=
49+
wds.linkis.hdfs.user.root.path=
50+
wds.linkis.result.set.root.path=
51+
wds.linkis.scheduler.path=
52+
wds.linkis.user.path=hdfs:///user
53+
wds.linkis.ldap.script.server=
54+
wds.linkis.ldap.script.login.user=
55+
wds.linkis.ldap.script.login.password=
56+
wds.linkis.ldap.script.python.path=/software/tools/bin/ldap_user.py
57+
wds.linkis.ldap.script.source.path=/software/tools/venv/bin/activate
58+
wds.linkis.ldap.script.server.ssh.port=22
59+
wds.linkis.dss.install.dir=/usr/local/dss_linkis/dss/dss-server
60+
wds.linkis.azkaban.install.dir=/usr/local/dss_linkis/azkban
61+
62+
63+
wds.dss.user.account.command.class=com.webank.wedatasphpere.dss.user.service.impl.LdapCommand
64+
65+
#,com.webank.wedatasphpere.dss.user.service.impl.WorkspaceCommand,com.webank.wedatasphpere.dss.user.service.impl.KerberosCommand,com.webank.wedatasphpere.dss.user.service.impl.MetastoreCommand,com.webank.wedatasphpere.dss.user.service.impl.com.webank.wedatasphpere.dss.user.service.impl.AzkabanCommand

0 commit comments

Comments
 (0)