File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ func GetDefaultReplacements() map[string]string {
4848 "ProductionDonFamily" : constants .DefaultProductionDonFamily ,
4949
5050 "WorkflowOwnerAddress" : "(optional) Multi-signature contract address" ,
51+ "ConfigPath" : "./config.json" ,
52+ "SecretsPath" : "../secrets.yaml" ,
5153 }
5254}
5355
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ local-simulation:
2020 workflow-name: "{ {WorkflowName} }"
2121 workflow-artifacts:
2222 workflow-path: "{ {WorkflowPath} }"
23- config-path: ""
24- secrets-path: ""
23+ config-path: "{ {ConfigPath } } "
24+ secrets-path: "{ {SecretsPath } } "
2525
2626# ==========================================================================
2727production-testnet:
2828 user-workflow:
2929 workflow-name: "{ {WorkflowName} }"
3030 workflow-artifacts:
3131 workflow-path: "{ {WorkflowPath} }"
32- config-path: ""
33- secrets-path: ""
32+ config-path: "{ {ConfigPath } } "
33+ secrets-path: "{ {SecretsPath } } "
3434
You can’t perform that action at this time.
0 commit comments