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

Can't instantiate a VOMongoRepository with custom port #33

Closed
tinchodias opened this issue May 11, 2016 · 1 comment
Closed

Can't instantiate a VOMongoRepository with custom port #33

tinchodias opened this issue May 11, 2016 · 1 comment

Comments

@tinchodias
Copy link
Contributor

In VOMongoRepository:

host: hostString port: portNumber database: databaseString
    ^self 
        host: hostString 
        port: self defaultPort
        database: databaseString
        username: nil 
        password: nil
@tinchodias
Copy link
Contributor Author

It's already fixed:

host: hostString port: portNumber database: databaseString
    ^self 
        host: hostString 
        port: portNumber
        database: databaseString
        username: nil 
        password: nil

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

1 participant