Allow setting custom paths for the configstore
See original GitHub issueStoring Metadata in ~/.config/configstore
is rather impractical.
You should at least provide an option to set the path.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
c# - Relocating app.config file to a custom path - Stack Overflow
Config file to a custom path? It seems a bit odd that the config file resides in the same folder as the exe,...
Read more >Location of the shared config and credentials files
The shared AWS config and credentials files are plaintext files that reside by default in a folder named .aws that is placed in...
Read more >Config | Eclipse Vert.x
A conf/config.json file. This path can be overridden using the vertx-config-path system property or VERTX_CONFIG_PATH environment variable.
Read more >Set configuration values | Adobe Commerce
You set configuration options using a configuration path, which is a / -delimited string that uniquely identifies that configuration option.
Read more >Spring Cloud Config
This should allow for evading login prompts if server has keyboard-interactive authentication before the publickey method. Placeholders in Git Search Paths.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You should be able to change the configuration directory using the
XDG_CONFIG_HOME
environment variable (we are using configstore internally which can be configured in that way).That being said it might still be beneficial to switch to another storage mode.
It’s now possible to provide your own configstore.