-
Notifications
You must be signed in to change notification settings - Fork 44
Remove mongo: point daemon to use fork of textile #266
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
Conversation
This looks like huge amount of work that you've done: textileio/textile@master...FleekHQ:feature/use-badger-for-local Well done 🙌 |
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.
Great job!
Do we plan on updating the README.md
?
README.md
79:### MongoDB
81:Currently, local Textile Threads require a running MongoDB database. Space Daemon by default connects to a hosted one, but this will be removed once Textile switches over to an embeddable data store.
89:MONGO_PW=[The password of a MongoDB database]
90:MONGO_USR=[The user of a MongoDB database]
91:MONGO_HOST=[The host of a MongoDB database]
92:MONGO_REPLICA_SET=[The replica set for a MongoDB database]
191:Stage specific secret names will only be used for secrets `release.yml` that point to the step output instead of the secret name directly (i.e., `SERVICES_API_URL: ${{ secrets[steps.secretnames.outputs.SERVICES_API_URL] }}` instead of `MONGO_REPLICA_SET: ${{ secrets.MONGO_REPLICA_SET }}`.
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.
This is a really welcome change 😀... Also, would be one less dependency on the integration test setup.
|
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.
🎉
Change Log