-
Notifications
You must be signed in to change notification settings - Fork 28
Add IPFS provider options to ipscend.json #110
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,12 @@ module.exports = Command.extend({ | |
|
|
||
| function bootstrap () { | ||
| var config = { | ||
| provider:{ | ||
| host: 'ipfs.infura.io', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does Infura have R+W nodes always available?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @diasdavid yes, infura has good uptime http://status.infura.io/2286441
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is default config, for users can install and use, they allways can change provider in ipscend.json |
||
| __host: 'localhost', | ||
| port: '5001', | ||
| opts: { protocol:'https' } | ||
| }, | ||
| versions: [] | ||
| } | ||
| console.log('This utility will walk you through creating a ipscend.json file.') | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to merge efforts? :)