Skip to content
Snippets Groups Projects
Commit 10f53570 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '#2025705_process_blobhandling' into 'main'

#2025705 | Call new custom property for binary filepaths

See merge request !23
parents d720c73a 91e55f5b
No related branches found
No related tags found
1 merge request!23#2025705 | Call new custom property for binary filepaths
Pipeline #40163 passed
{
"name": "@aditosoftware/root",
"version": "4.0.1",
"version": "4.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@aditosoftware/root",
"version": "4.0.1",
"version": "4.0.2",
"devDependencies": {
"@aditosoftware/devtools": "^1.0.6",
"@aditosoftware/eslint-config-adito": "^3.2.0",
......
{
"name": "@aditosoftware/root",
"version": "4.0.1",
"version": "4.0.2",
"adito": {
"type": "module"
},
......
import { fileIO, result, util, vars } from "@aditosoftware/jdito-types";
import { fileIO, project, result, util, vars } 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