Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for defining settings folder #188

Merged
merged 18 commits into from
Sep 25, 2024
Merged

Conversation

coenm
Copy link
Owner

@coenm coenm commented Sep 23, 2024

Implements #153

By default, the configuration files are stored in %appdata%\RepoM.
This PR aims to provide multiple mechanisms to control the location where RepoM stores it's data.

1, Nothing provided, default location is used

  1. Location specified in appsettings.json file located in the same directory where RepoM.exe is located
  2. Specified using CLI argument RepoM.exe --App:AppSettingsPath 'C:\path\to\config-folder\'
  3. Specified using Environment variable REPOM_App__AppSettingsPath

@coenm coenm added the feature ✨ New Features label Sep 23, 2024
Copy link

sonarcloud bot commented Sep 25, 2024

@coenm coenm merged commit adeacc4 into main Sep 25, 2024
4 checks passed
@coenm coenm deleted the feature/multi-settings-path branch September 25, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ✨ New Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants