We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hoodie's config now provides full configuration to server, but not to client.
We're using only the client property, so I cant configure PouchDB (I want to use an in-memory instance for testing purposes).
client
I suggest we simply pass the client property as is to Hoodie`s constructor, so we can manage to configure PouchDB.
I can make the PR if it looks like a nice idea.
Tx.
The text was updated successfully, but these errors were encountered:
here is it, btw. #70
Sorry, something went wrong.
Hmmm... I tested it, but it didnt work... details in the PR =(
No branches or pull requests
Hoodie's config now provides full configuration to server, but not to client.
We're using only the
client
property, so I cant configure PouchDB (I want to use an in-memory instance for testing purposes).I suggest we simply pass the
client
property as is to Hoodie`s constructor, so we can manage to configure PouchDB.I can make the PR if it looks like a nice idea.
Tx.
The text was updated successfully, but these errors were encountered: