-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.octopus.json
More file actions
27 lines (27 loc) · 946 Bytes
/
appsettings.octopus.json
File metadata and controls
27 lines (27 loc) · 946 Bytes
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
{
"IsLoginEnabled": "#{IsLoginEnabled}",
"IsSignUpEnabled": "#{IsSignUpEnabled}",
"DocService": "#{DocService}",
"DataService": "#{DataService}",
"DataServicev2": "#{DataServicev2}",
"AuthService": "#{AuthService}",
"TenantId": "#{TenantId}",
"strapiUrl": "#{strapiUrl}",
"BranchId": "#{BranchId}",
"SSOService": "#{SSOService}",
"MetaDataService": "#{MetaDataService}",
"IsPTLoginEnabled": "#{IsPTLoginEnabled}",
"HasProspectus": "#{HasProspectus}",
"HasBitPay": "#{HasBitPay}",
"Files": [
{
"description": "MERJ: Terms & Conditions",
"link": "https://merj-files.s3-eu-west-1.amazonaws.com/MERJ+General+Mandate+v2.0.pdf"
}
],
"BitPayDefaultAmount" : "#{BitPayDefaultAmount}",
"BitPayCurrency" : "#{BitPayCurrency}",
"Environment" : "#{Environment}",
"BranchIdByTenant" : "#{BranchIdByTenant}",
"VenusUrl": "#{VenusUrl}"
}