GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
    • 1 Initial Setup
    • 2 First Configuration
    • 3 Exploring Components
    • 4 Using Variables
    • 5 Building Environments
    • 6 Deploying Your Application
  • Deployments
  • Environments
  • Variables
    • Azure Keyvault
    • Git
    • Local
    • Secrets
  • Components
    • Inputs
      • Dotnet
      • GraphQL
    • Providers
      • Dotnet Package
      • Git
      • Local
  • Configuration Files
    • Appsettings
  • File Structure
  • Reporting
    • Dependency Tracking
    • Principles
  • Introduction
  • Getting Started
    • 1 Initial Setup
    • 2 First Configuration
    • 3 Exploring Components
    • 4 Using Variables
    • 5 Building Environments
    • 6 Deploying Your Application
  • Deployments
  • Environments
  • Variables
    • Azure Keyvault
    • Git
    • Local
    • Secrets
  • Components
    • Inputs
      • Dotnet
      • GraphQL
    • Providers
      • Dotnet Package
      • Git
      • Local
        • Example
  • Configuration Files
    • Appsettings
  • File Structure
  • Reporting
    • Dependency Tracking
    • Principles

On This Page

  • Example
Question? Give us feedback → (opens in a new tab)Edit this page
Components
Providers
Local

Local

The local provider is implicity added to the list of providers without the need for any configuration. It provides the project will all components that are available in the current project.

Example

The local provider adds the Website component to the list of available components.

  • /
    • .confixrc
    • .confix.solution
    • src
      • Website
        • confix
          • components
            • Website
              • .confix.component
              • schema.json
        • .confix.project
        • appsettings.json
        • Program.cs
        • Website.csproj
  • GitConfiguration Files

    MIT 2024 © Nextra.