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

Support for connection to remote mongodb #23

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

standa4
Copy link

@standa4 standa4 commented Jan 15, 2016

No description provided.

@standa4 standa4 changed the title Support for connection to remote mongodb. Support for connection to remote mongodb Jan 15, 2016
runner.py Outdated
@@ -56,6 +56,8 @@ def parse_config(config_file):
config['loggly_token'] = parser.get('loggly_log', 'token')

config['mongo_db'] = parser.get('mongodb', 'database')
config['mongo_host'] = parser.get('mongodb', 'host')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should have default values so people could still use the old mnemosyne config.

@jatrost
Copy link

jatrost commented Jan 15, 2016

the changes look good. it will take us some time to test this though before we can merge.

@standa4
Copy link
Author

standa4 commented Jan 26, 2016

I've changed reading of options from config file so that the mongodb host and port have default values if they missing in config file.

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

Successfully merging this pull request may close these issues.

2 participants