mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
111 lines
2.5 KiB
JSON
111 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json",
|
|
"macroFolders": [
|
|
"base",
|
|
"ddl",
|
|
"fcmp",
|
|
"lua",
|
|
"server",
|
|
"xplatform",
|
|
"tests/base",
|
|
"tests/ddlonly",
|
|
"tests/x-platform"
|
|
],
|
|
"docConfig": {
|
|
"displayMacroCore": false,
|
|
"enableLineage": false,
|
|
"doxyContent": {
|
|
"favIcon": "favicon.ico",
|
|
"logo": "Macro_core_website_1.png",
|
|
"readMe": "../../README.md"
|
|
}
|
|
},
|
|
"testConfig": {
|
|
"initProgram": "tests/testinit.sas",
|
|
"termProgram": "tests/testterm.sas",
|
|
"macroVars": {
|
|
"mcTestAppLoc": "/Public/temp/macrocore"
|
|
}
|
|
},
|
|
"defaultTarget": "server",
|
|
"targets": [
|
|
{
|
|
"name": "viya",
|
|
"serverUrl": "",
|
|
"serverType": "SASVIYA",
|
|
"httpsAgentOptions": {
|
|
"allowInsecureRequests": false
|
|
},
|
|
"appLoc": "/Public/app/macrocore",
|
|
"macroFolders": [
|
|
"viya",
|
|
"tests/viyaonly"
|
|
],
|
|
"contextName": "SAS Job Execution compute context"
|
|
},
|
|
{
|
|
"name": "sas9",
|
|
"serverUrl": "",
|
|
"serverType": "SAS9",
|
|
"httpsAgentOptions": {
|
|
"allowInsecureRequests": false
|
|
},
|
|
"appLoc": "/Shared Data/temp/macrocore",
|
|
"macroFolders": [
|
|
"meta",
|
|
"metax",
|
|
"tests/sas9only"
|
|
],
|
|
"programFolders": [],
|
|
"binaryFolders": [],
|
|
"deployConfig": {
|
|
"deployServicePack": true,
|
|
"deployScripts": []
|
|
},
|
|
"serverName": "SASApp",
|
|
"repositoryName": "Foundation"
|
|
},
|
|
{
|
|
"name": "server",
|
|
"serverUrl": "https://sas.analytium.co.uk:5007",
|
|
"serverType": "SASJS",
|
|
"httpsAgentOptions": {
|
|
"allowInsecureRequests": false
|
|
},
|
|
"appLoc": "/sasjs/core",
|
|
"macroFolders": [
|
|
"server",
|
|
"tests/serveronly"
|
|
]
|
|
},
|
|
{
|
|
"name": "docsonly",
|
|
"serverType": "SASJS",
|
|
"appLoc": "dummy",
|
|
"macroFolders": [
|
|
"meta",
|
|
"metax",
|
|
"server",
|
|
"viya",
|
|
"tests/sas9only",
|
|
"tests/serveronly",
|
|
"tests/viyaonly"
|
|
]
|
|
},
|
|
{
|
|
"name": "viya4",
|
|
"serverUrl": "https://azureuse011059.my-trials.sas.com",
|
|
"serverType": "SASVIYA",
|
|
"appLoc": "/Public/temp/macrocore",
|
|
"macroFolders": [
|
|
"viya",
|
|
"tests/viyaonly"
|
|
],
|
|
"deployConfig": {
|
|
"deployServicePack": true
|
|
},
|
|
"contextName": "SAS Job Execution compute context"
|
|
}
|
|
]
|
|
}
|