-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
52 lines (52 loc) · 1.46 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DBConnection": "server=RAKTDA-HH\\SQLHH2019;database=Rakdev;uid=sa;pwd=Sql**@432023;"
},
"JWTSettings": {
"Secretkey": "973842F272425A237D4A796472777",
"Issuer": "Emeron",
"Audience": "RakTDAApi"
},
"MySettings": {
"fromEmail": "[email protected]",
"fromEmailPassword": "In@@213121",
"toEmail": "[email protected]",
"toEmailCashier": "[email protected]",
"smtp": "mail.holidayhomesrak.com",
"port": "587",
"DefaultCredentials": "false",
"EnableSsl": "false",
"Domain": "http://holidayhomesrak.com",
"UpFileSize": "2097152",
"vpc_Version": "1",
"vpc_Command": "pay",
"vpc_Merchant": "TEST800454",
"vpc_AccessCode": "7B5D8012",
"SecureSecret": "29922D8CC87844D1F6BB75909A49DB70",
"PaymentServerURL": "https://migs.mastercard.com.au/vpcpay",
"vpc_ReturnURL": "PaymentReceipt.aspx",
"vpc_ReturnURL2": "UnitPaymentReceipt.aspx",
"regfee": "1",
"ChartImageHandler": "storage=memory;deleteAfterServicing=true;",
"MaintenanceMode": "true",
"ByPassUrl": "customip"
},
"MarketPlace": {
"CompanyId": 1,
"TaxInclusive": "True",
"PosID": 1,
"UserId": 1,
"FinancialYearId": 1,
"currencyId": 18,
"TaxId": 2,
"AgentId": 9
}
}