1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

Merge pull request #564 from sasjs/issue-555

BREAKING CHANGE: boolean allowInsecure is replaced with Https Agent Config
This commit is contained in:
Allan Bowe
2021-10-29 09:12:56 +01:00
committed by GitHub
14 changed files with 261 additions and 40 deletions

View File

@@ -13,7 +13,6 @@ const defaultConfig: SASjsConfig = {
debug: false,
contextName: 'SAS Job Execution compute context',
useComputeApi: false,
allowInsecureRequests: false,
loginMechanism: LoginMechanism.Default
}