dc/sas/mocks/sas9/sasjs/sasjsconfig.json

17 lines
412 B
JSON
Raw Normal View History

2023-07-13 11:44:05 +00:00
{
"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json",
"defaultTarget": "sas9-mocks",
"syncFolder": "sasjs",
"targets": [
{
"name": "sas9-mocks",
"serverUrl": "http://localhost:5000",
"serverType": "SASJS",
"httpsAgentOptions": {
"allowInsecureRequests": true
},
"appLoc": "/User Folders/sasdemo/"
}
]
}