Skip to content

Commit

Permalink
Merge branch 'feature/multi-settings-path' of https://github.com/coen…
Browse files Browse the repository at this point in the history
…m/RepoM into feature/multi-settings-path
  • Loading branch information
coenm committed Sep 23, 2024
2 parents 1965d9f + 1e3bcd8 commit efa87a6
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,20 @@ 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

<!-- snippet: appsettings-appsettingspath -->
```
** Could not find snippet 'appsettings-appsettingspath' **
- alter the `appsettings.json` file located in the same directory where the RepoM executable lives.

<!-- snippet: src/RepoM.App/appsettings.Development.json -->
<a id='snippet-src/RepoM.App/appsettings.Development.json'></a>
```json
{
"App": {
// Absolute or relative path to the configuration directory.
// like: "AppSettingsPath": "C:/my-config/",
"AppSettingsPath": "MyConfig"
}
}
```
<sup><a href='/src/RepoM.App/appsettings.Development.json#L1-L7' title='Snippet source file'>snippet source</a> | <a href='#snippet-src/RepoM.App/appsettings.Development.json' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

- start RepoM using the commandline argument `--App:AppSettingsPath <absolute or relative path here>`.
Expand Down

0 comments on commit efa87a6

Please sign in to comment.