-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change default dir to current directory (#431)
BREAKING CHANGE: Both the store and p2p key dirs now default to the current working directory instead of the home/.ceramic-one directory. Generally this makes it less error prone when running multiple daemon on a single host as the naturally isolate from each other using their working directory. Running multiple daemons locally is a common task in order to experiment with the p2p nature of ceramic-one. This is a breaking change. If you previously relied on the home directory default you must now explicitly pass in the home directory like so: ceramic-one daemon -s ~/.ceramic-one -p ~/.ceramic-one
- Loading branch information
1 parent
d7bc380
commit b2e0ff2
Showing
4 changed files
with
23 additions
and
52 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters