Skip to content
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

query-database-connection-string is depricated? #36

Open
ovasylenko opened this issue Apr 26, 2016 · 1 comment
Open

query-database-connection-string is depricated? #36

ovasylenko opened this issue Apr 26, 2016 · 1 comment

Comments

@ovasylenko
Copy link

Seems that your are using query-store instead of query-database-connection-string

mb it makes sense to remove it from readme.md?

@furqanZafar
Copy link
Member

yep we removed it, decided to abstract all the query-store operations, use the following in the config instead:

mongodb-connection-options = 
    auto_reconnect: true
    db:
        w:1
    server:
        socket-options:
            keep-alive: 1

query-store:
    name: \mongodb
    mongodb:
        connection-string: \mongodb://localhost:27017/pipe
        connection-options: mongodb-connection-options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants