-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
api-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationarea-Extensions-Hosting
Milestone
Description
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.
gfoidl and NinoFloris
Metadata
Metadata
Assignees
Labels
api-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationarea-Extensions-Hosting
Type
Projects
Status
No status