Skip to content

Commit

Permalink
[DI-1385] Add the UseBasicAuthentication property to the transformloa…
Browse files Browse the repository at this point in the history
…d's appsettings (#134)
  • Loading branch information
jagudelo-gap authored Aug 29, 2024
1 parent 57ec74e commit 741443c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions DataImport.Server.TransformLoad/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"AppSettings": {
"AllowTestCertificates": false,
"EncryptionKey": "abcdefghi",
"DatabaseEngine": "SqlServer",
"FileMode": "Local",
"ShareName": "C:\\Temp",
"UsePowerShellWithNoRestrictions": false,
"MinimumLevelIngestionLog": "INFORMATION",
"IgnoresCertificateErrors": false
},
"AppSettings": {
"AllowTestCertificates": false,
"EncryptionKey": "abcdefghi",
"DatabaseEngine": "SqlServer",
"FileMode": "Local",
"ShareName": "C:\\Temp",
"UsePowerShellWithNoRestrictions": false,
"MinimumLevelIngestionLog": "INFORMATION",
"IgnoresCertificateErrors": false,
"UseBasicAuthentication": false
},
"Concurrency":{
"LimitConcurrentApiPosts": true,
"MaxConcurrentApiPosts": 4
Expand Down

0 comments on commit 741443c

Please sign in to comment.