dc/sas/mocks/sasjs/sasjsconfig.json
Mihajlo Medjedovic f268de21a3
Some checks failed
Test / Build-and-test-development (push) Failing after 6m14s
Test / Build-and-test-development-latest-adapter (push) Failing after 6m13s
init
2023-07-13 13:44:05 +02:00

35 lines
899 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json",
"defaultTarget": "server-mihajlo",
"syncFolder": "sasjs",
"targets": [
{
"name": "server-ci",
"serverUrl": "http://localhost:5000",
"serverType": "SASJS",
"httpsAgentOptions": {
"allowInsecureRequests": true
},
"appLoc": "/Public/app/devtest"
},
{
"name": "server-mihajlo",
"serverUrl": "https://sas.4gl.io:5002",
"serverType": "SASJS",
"httpsAgentOptions": {
"rejectUnauthorized": false,
"allowInsecureRequests": true
},
"appLoc": "/Public/app/dc"
},
{
"name": "dcdemo",
"serverUrl": "https://sas.4gl.io:5006",
"serverType": "SASJS",
"httpsAgentOptions": {
"allowInsecureRequests": false
},
"appLoc": "/Public/app/dc"
}
]
}