Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JackChen0810 committed Dec 23, 2021
1 parent ab8aa9b commit 51bfb83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conf/dss-workflow-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ wds.dss.appconn.scheduler.azkaban.login.passwd=
##import file dir
wds.dss.file.upload.dir=/appcom/tmp/uploads

wds.dss.server.export.env=DEV
wds.dss.server.export.env=DEV
wds.dss.server.import.env=DEV

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class DSSWorkFlowConstant {
public static final CommonVars<String> DSS_EXPORT_ENV = CommonVars.apply("wds.dss.server.export.env", "DEV");
public static final CommonVars<String> DSS_IMPORT_ENV = CommonVars.apply("wds.dss.server.import.env", "PROD");
public static final CommonVars<String> DSS_IMPORT_ENV = CommonVars.apply("wds.dss.server.import.env", "DEV");
public static final String PUBLISH_FLOW_REPORT_FORMATE = "工作流名:%s,版本号:%s,工作流内容为空,请自行修改或者删除";
public static final Interner<Long> saveFlowLock = Interners.<Long>newWeakInterner();
public static final CommonVars CACHE_TIMEOUT = CommonVars$.MODULE$.apply("wds.dss.server.cache.timeout",1000 * 60 * 60);
Expand Down

0 comments on commit 51bfb83

Please sign in to comment.