Skip to content
Snippets Groups Projects
Commit 1271f103 authored by Oliver Jusa's avatar Oliver Jusa
Browse files

#2025705 | Call new custom property for binary filepaths

parent d720c73a
No related branches found
No related tags found
1 merge request!23#2025705 | Call new custom property for binary filepaths
Pipeline #40071 failed
import { fileIO, result, util, vars } from "@aditosoftware/jdito-types";
import { fileIO, result, util, vars, project } from "@aditosoftware/jdito-types";
import { SqlBuilder } from "SqlBuilder_lib";
import { SqlMaskingUtils } from "SqlMaskingUtils_lib";
import { SqlUtils } from "SqlUtils_lib";
......@@ -9,7 +9,7 @@ import { SqlUtils } from "SqlUtils_lib";
* This process uses the id of the dataset as filename.
*/
var path = vars.get("$sys.serverdata") + "/binaryfiles/";
var path = project.getInstanceConfigValue("custom.database.binarypath", "/opt/ADITOData/binaryfiles/");
var operation = null;
switch (vars.get("$local.operation"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment