Skip to content

Generic Host config root #115524

@tmds

Description

@tmds

Description

The generic host has the content root where it loads assets from. These assets fall into two separate categories:

  • configuration files (appsettings.json)
  • application resources (razor files, ...)

This is a request to be able to set the location for configuration files separate from the content root.

Use-Cases

For example, when placing a generic host app according to the Linux File Hierarchy, the config files can be under /etc/<app-name> and static assets under /usr/share/<app-name>.

Or when deploying an application using a container image, the config root would be a volume that enables changing and persisting settings.

API

No proposal yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions