Skip to content

Commit

Permalink
AC-116 Create Health Check Credentials for Instances on Startup (#220)
Browse files Browse the repository at this point in the history
Add parameters to appsettings.docker.json
  • Loading branch information
jleiva-gap authored and dfernandez-gap committed Jan 27, 2025
1 parent 8890b8e commit 3dc4b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Application/EdFi.Ods.AdminApi/appsettings.Docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"EnableAdminConsoleAPI": "$ENABLE_ADMIN_CONSOLE_API"
},
"AdminConsoleSettings": {
"ApplicationName": "Ed-Fi Health Check",
"ClaimsetName": "Ed-Fi ODS Admin Console",
"VendorCompany": "Ed-Fi Administrative Tools",
"VendorContactEmailAddress": "",
"VendorContactName": "",
"VendorNamespacePrefixes": "uri://ed-fi.org",
"CorsSettings": {
"EnableCors": "$ENABLE_CORS",
"AllowedOrigins": "$ALLOWED_ORIGINS"
Expand Down

0 comments on commit 3dc4b1e

Please sign in to comment.