This version of the Ed-Fi ODS / API is no longer supported. See the Ed-Fi Technology Version Index for a link to the latest version.
Configuration Details
Application | Location | Setting Name | Value | Description |
---|---|---|---|---|
EdFi.Ods.Admin.Web | Web.config | OAuthUrl | Example: http://site-address:port/oauth | Points to the root of the authorization API in the Ed-Fi ODS website. |
EdFi.Ods.SecurityConfiguration .Administration.Web | Web.config | KeyRetrievalSite | Example: http://site-address:port/ | Points to the Key Retrieval tool application. The link in the e-mail body uses this address as the root address of the Key Retrieval Tool site. |
EdFi.Ods.WebApi | Web.config | owin:appStartup | Sandbox, SharedInstance, etc. | The component settings for the API. See the Developers' Guide for more information on this setting. |
EdFi.Ods.WebApi | Web.config | BulkOperationWorkingFolder | Example: c:\temp | A temporary storage area used to assemble bulk upload data. |
EdFi.Ods.WebApi | Web.config | DescriptorNamespacePrefix | Example: http://www.ed-fi.org | The default namespace for creating and finding descriptors if none is supplied. |
EdFi.Ods.SwaggerUI | Web.config | swagger.webApiMetadataUrl | Example: http://site-address:port/metadata/{section}/api-docs | The location of the swagger metadata in the Ed-Fi ODS API |
EdFi.Ods.SwaggerUI | Web.config | swagger.adminUrl | Example: http://site-address:port/oauth/ | Points to the root of the authorization API in the Ed-Fi ODS website. |
A deployment to a staging or production instance is usually more involved, and requires additional configuration. Required configurations for a production instance can be found in the Deployment section of this documentation.
Optional Configuration Settings
Although this list of settings is not exhaustive, other important and useful optional configuration values include:
Application | Location | Setting Name | Value | Description |
---|---|---|---|---|
Key Retrieval Web App | Web.config | MaxChallengeRetries | Default Value: 3 | This is the number of tries a vendor is allowed to enter the correct activation code to retrieve the key and secret. |
EdFi.Ods.SwaggerUI | Web.config | swagger.webApi | Example: http://site-address:port/api/v2.1 | The top level location of the main Ed-Fi ODS APIs |
EdFi.Ods.Admin.Web | Web.config | TestUsers | Example: | A list of users to automatically create during security database initialization if CreateTestUsers is set to true. |
EdFi.Ods.Admin.Web | Web.config | CreateTestUsers | false | True to create test users during security database initialization. |
EdFi.Ods.WebApi | Web.config | QueueAutoCreate | Example: 1 | Whether or not a message queue should be created if it is not found. For Azure or Active Directory queues, this should be 0. |
EdFi.Ods.WebApi | Web.config | BearerTokenTimeoutMinutes | Example: 30 | The amount of time an inactive token remains valid. |