Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 621 Bytes

configuration.md

File metadata and controls

25 lines (19 loc) · 621 Bytes

Application Configuration

This application depends on certain configuration values being supplied. The application will use dotnet mechanism acquire configuration values in the following order.

  1. Application settings file 2. appsettings.json 3. appsettings.{environment}.json
  2. Environment variables

Order of precedence:

environment variables > 
    environment-specific settings file > 
        generic settings file

Defined values will be replaced based on order of precedence.

Custom Configuration Sections

  • ReservationDatabase
    • ConnectionString
    • DatabaseName
    • CollectionName