Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 23, 2024
1 parent afdafe4 commit 89db68c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ By default, RepoM stores all configuration files in `%ADPPDATA%/RepoM`. As a use

To change the app settings location, you can

- alter the `appsettings.json` file located in the same directory where the RepoM executable lives
- alter the `appsettings.json` file located in the same directory where the RepoM executable lives.

snippet: appsettings-appsettingspath
snippet: src/RepoM.App/appsettings.Development.json

- start RepoM using the commandline argument `--App:AppSettingsPath <absolute or relative path here>`.
- use environment variable `REPOM__APP_APPSETTINGSPATH`.
Expand Down
4 changes: 1 addition & 3 deletions src/RepoM.App/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// begin-snippet: appsettings-appsettingspath
{
"App": {
// Absolute or relative path to the configuration directory.
// like: "AppSettingsPath": "C:/my-config/",
"AppSettingsPath": "MyConfig"
}
}
// end-snippet
}

0 comments on commit 89db68c

Please sign in to comment.