82 lines
2.8 KiB
JSON
82 lines
2.8 KiB
JSON
//********* Commented by Vlad *************************
|
|
//**** This file is used with FACTS in ApiTests.cs ****
|
|
//*****************************************************
|
|
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"DbConnections": {
|
|
"Knoks_Main": "Server=(localdb)\\MSSQLLocalDB;Initial Catalog=Knoks_Main_Test;Integrated Security=True;Persist Security Info=False;Pooling=True;MultipleActiveResultSets=False;Connect Timeout=60;Encrypt=False;TrustServerCertificate=True"
|
|
//"LDI_Reports": "Server=(localdb)\\ProjectsV13;Initial Catalog=LDI_Reports;Integrated Security=True;Persist Security Info=False;Pooling=False;MultipleActiveResultSets=False;Connect Timeout=60;Encrypt=False;TrustServerCertificate=True"
|
|
},
|
|
"JwtIssuerOptions": {
|
|
"Issuer": "Knoks.Api.Jwt",
|
|
"Audience": "http://localhost:52281/"
|
|
},
|
|
"MySecret": "TestTestTestTestTest",
|
|
"PasswordOptions": {
|
|
"Version": "V1",
|
|
"Peper": "!@#123aBc",
|
|
"Prf": "HMACSHA256",
|
|
"IterationCount": 20000,
|
|
"NumBytesRequested": 32
|
|
},
|
|
"DocumentOptions": {
|
|
"Replace": false,
|
|
"UploadDirectoryPath": "C:/TestDoc/",
|
|
"DownloadDirectoryPath": "C:/TestDoc/"
|
|
},
|
|
"SwaggerInfo": {
|
|
"Title": "Knoks API",
|
|
"Version": "v1",
|
|
"Description": "<b>Note:</b> all API responses are wrapped as <b>{ \"result\": { }, \"error\": { \"id\": 1, \"msg\": \"string\" } }</b><br/>When the \"result\" has a value then \"error\" value is null and vice versa.",
|
|
"License": {
|
|
"Name": "Copyright © 2016 Knoks. All Rights Reserved.",
|
|
"Url": "http://Knoks.com/license"
|
|
},
|
|
"Contact": {
|
|
"Name": "Techman",
|
|
"Email": "techman@Knoks.com",
|
|
"Url": "http://Knoks.com/tech-support"
|
|
}
|
|
},
|
|
"PlivoSmsSettings": {
|
|
"AuthId": "MAZDHLMGRINJY3M2MWZT",
|
|
"AuthToken": "NzFiYjJiNjVlZjc1MGIzN2M5ODdjYzBjZTg3YTZl",
|
|
"BaseAddress": "https://api.plivo.com/v1/Account"
|
|
},
|
|
"TwilioPhoneSettings": {
|
|
"AccountSid": "ACd9847cf167126a6df23867a0bb7e4f34",
|
|
"AuthToken": "b95f607caa90d393080b6871bef046c0"
|
|
},
|
|
"AwsEmailSettings": {
|
|
"RegionSystemName": "us-east-1",
|
|
"AccessKeyId": "AKIAIDFE3GZC4OX53QJQ",
|
|
"SecretAccessKey": "qhymSuXpCQ6BIWxv79kmi2VN4YWnZwMGS3Yyq9Cn"
|
|
},
|
|
"DocuSigneSignatureSettings": {
|
|
"Username": "d52f8286-2fd7-46e4-94a7-d32c72d0f841",
|
|
"Password": "8c2bec326b",
|
|
"IntegratorKey": "48f93e3f-00be-4e5c-88d8-aa6cf6d74164",
|
|
"EndpointUrl": "https://demo.docusign.net/restapi/v2/",
|
|
"EventNotificationUrl": "http://ngrok/v1/Services/DocuSign/EventNotification/{loanRequestAndUserUid}"
|
|
},
|
|
"KnokSettings": {
|
|
"MAD": 21,
|
|
"MAREntry": 20,
|
|
"MARExit": 20,
|
|
"MaxSL": 25,
|
|
"MinAP": 5,
|
|
"MaxAP": 10000,
|
|
"KnokPriceForCreator": 10,
|
|
"MinEntrySpread": 5,
|
|
"MinHighEntrySpread": 5,
|
|
"MinExitSpread": 5
|
|
}
|
|
}
|