Skip to content

feat: configurable configfile path - #171

Merged
Insomniak47 merged 5 commits into
mainfrom
feat/configurable-configfile-path
Nov 1, 2022
Merged

feat: configurable configfile path#171
Insomniak47 merged 5 commits into
mainfrom
feat/configurable-configfile-path

Conversation

@Insomniak47

@Insomniak47Insomniak47 commented Oct 25, 2022

Copy link
Copy Markdown
Member

Create a new set of options PeerEnvironmentOptions that handle things that depend on the terminal config primarily. Moved EDITOR into there instead of grabbing the variable from the env manually which means we can have it set in Peer__Environment instead and added Peer:Environment:ConfigPath

I pull from PEER_CONFIGPATH directly for ergonomics. Moved to injecting those into all places that the default path had previously been used.

closes#168

…config to be stored outside of the standard directory structure
Comment threadPeer/Program.cs Outdated
Comment threadREADME.md Outdated
Insomniak47and others added 2 commits October 29, 2022 13:15
Co-authored-by: ttd2089 <64158840+ttd2089@users.noreply.github.com>
@Insomniak47
Insomniak47 merged commit 8fea83b into mainNov 1, 2022
@Insomniak47
Insomniak47 deleted the feat/configurable-configfile-path branch November 1, 2022 23:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make file config location configurable

2 participants

@Insomniak47@ttd2089