Skip to content

Commit

Permalink
Merge pull request #125 from MJLang/mjlang/update-config-readme
Browse files Browse the repository at this point in the history
Add Config Priority blurp to Readme
  • Loading branch information
Eptagone authored Aug 5, 2024
2 parents 0c05a6b + 75bbd50 commit b391861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ If you prefer not to hardcode the options, you can use environment variables or

> In the previous example, i used the `appsettings.json` and `appsettings.Development.json` files to keep the configurations for each environment separated. But you can use only one file if you prefer.
> Config mechanisms are exclusive to each other and can't be mixed. Service configuration has priority load over Environment Variable configuration.
### Available Options

There are more options that you can change. All the available options are listed below. ⚙️
Expand Down
3 changes: 3 additions & 0 deletions src/Vite.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ If you prefer not to hardcode the options, you can use environment variables or

> In the previous example, i used the `appsettings.json` and `appsettings.Development.json` files to keep the configurations for each environment separated. But you can use only one file if you prefer.
> If you are using the `appsettings.json` and/or `appsettings.Development.json` files, all the options must be under the `Vite` property.

### Available Options

There are more options that you can change. All the available options are listed below. ⚙️
Expand Down

0 comments on commit b391861

Please sign in to comment.