Use XDG user directories by default instead of current working directory #183
Closed
RogueOneEcho
started this conversation in
Ideas
Replies: 1 comment
-
|
Completed in fdb675b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we use the current working directory for
config.ymlThis approach is fine for docker but not ideal for other implementions
Therefore to unblock #181
We should use the dirs crate to locate the appropriate XDG or appdata dir.
Beta Was this translation helpful? Give feedback.
All reactions