1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(sasjs-tests): add VIYA defaults to config.json

This commit is contained in:
mulahasanovic
2025-11-18 14:41:36 +01:00
parent 0d871083ac
commit 1f8554f925

View File

@@ -2,11 +2,12 @@
"userName": "",
"password": "",
"sasJsConfig": {
"loginMechanism": "Redirected",
"serverUrl": "",
"appLoc": "/Public/app/adapter-tests/services",
"serverType": "SASJS",
"serverType": "SASVIYA",
"debug": false,
"contextName": "sasjs adapter compute context",
"contextName": "SAS Job Execution compute context",
"useComputeApi": true
}
}