Skip to content

[IDEA] Provide code-first only/hybrid configuration #5

@AndyBoot

Description

@AndyBoot

While appsettings.json is excellent for configuration management, it can sometimes introduce unnecessary complexity.

A more streamlined solution could be a code-first approach, where all standard configurations are hard-coded during application startup. In this model, appsettings.json serves as a secondary layer, allowing for environment-specific overrides and additional configurations, such as environment lists. This approach balances the simplicity of code-based configurations with the flexibility of environment-based adjustments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions