Skip to content

Commit

Permalink
Formatted appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Nov 17, 2023
1 parent 2bc48ab commit 59fa478
Showing 1 changed file with 19 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
}
},
"AllowedHosts": "*",
"GoogleAnalytics": {
"Enable": "No"
},
"Mfsp": {
"ApiEndpoint": "<insert api endpoint>"
},
"GoogleAnalytics": {
"Enable": "No"
},
"Mfsp": {
"ApiEndpoint": "<insert api endpoint>"
},
"TramsApi": {
"ApiKey": "",
"Endpoint": ""
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com",
"Domain": "Educationgovuk.onmicrosoft.com",
"CallbackPath": "/signin-oidc",
"ClientId": "insert-client-id",
"TenantId": "insert-tenant-id",
"ClientSecret": "insert-client-secret",
"GroupId": "insert-group-id",
"AllowedRoles": "user"
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com",
"Domain": "Educationgovuk.onmicrosoft.com",
"CallbackPath": "/signin-oidc",
"ClientId": "insert-client-id",
"TenantId": "insert-tenant-id",
"ClientSecret": "insert-client-secret",
"GroupId": "insert-group-id",
"AllowedRoles": "user"
},
"CypressTestSecret": "secret",
"ServiceLink": {
"TransfersUrl": ""
Expand All @@ -43,5 +43,8 @@
"FeatureManagement": {
"UseAcademisation": true,
"UseAcademisationApplication": false
},
"ConnectionStrings": {
"BlobStorage": ""
}
}

0 comments on commit 59fa478

Please sign in to comment.