-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
28 lines (28 loc) · 1.27 KB
/
appsettings.json
File metadata and controls
28 lines (28 loc) · 1.27 KB
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
{
"IsLoginEnabled": true,
"IsSignUpEnabled": true,
"DocService": "https://docservice.devapi.tradedesk.co.za/api/v1",
"DataService": "https://publicclientservice.devapi.tradedesk.co.za/api/v1",
"DataServicev2": "https://publicclientservice.devapi.tradedesk.co.za/api/v2",
"AuthService": "https://authservice.devapi.tradedesk.co.za/api/v2",
"SSOService": "https://singlesignonservice.devapi.tradedesk.co.za/api/v1",
"TenantId": "f21b7411-7c9f-4b36-a1df-f298c4e3ceda",
"strapiUrl": "https://uatapi.merj.exchange",
"BranchId": "46a0e59d-26ff-49ee-b840-76d399fd714f",
"MetaDataService": "https://metadataservice.devapi.tradedesk.co.za/api/v1",
"IsPTLoginEnabled": false,
"HasProspectus": false,
"HasBitPay": false,
"Files": [
{
"description": "MERJ: Terms & Conditions",
"link": "https://merj-files.s3-eu-west-1.amazonaws.com/MERJ+General+Mandate+v2.0.pdf"
}
],
"BitPayDefaultAmount" : "2500",
"BitPayCurrency" : "USD",
"Environment" : "Dev",
"BranchIdByTenant": "f21b7411-7c9f-4b36-a1df-f298c4e3ceda:46a0e59d-26ff-49ee-b840-76d399fd714f,27469ca3-52d5-453a-906d-2e7198409382:33d5aae3-1943-4469-b96c-94f13acb57a6",
"VenusUrl": "https://dev.velocity.trade",
"HasVenus": false
}