Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 25, 2024
1 parent c4e84a7 commit 99038b4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,6 @@ To change the app settings location, you can

- 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 -->

<!-- snippet: appsettings_appsettings_path_relative -->
<a id='snippet-appsettings_appsettings_path_relative'></a>
```cs
Expand Down

0 comments on commit 99038b4

Please sign in to comment.