Skip to content
Snippets Groups Projects
Commit 4d6c1912 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt Committed by GitHub
Browse files

Merge pull request #760 from scitran/change-defaults

Change default ports
parents 9ac66fbe 68d6bad9
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ DEFAULT_CONFIG = {
}
},
'persistent': {
'db_uri': 'mongodb://localhost:9001/scitran',
'db_log_uri': 'mongodb://localhost:9001/logs',
'db_uri': 'mongodb://localhost:27017/scitran',
'db_log_uri': 'mongodb://localhost:27017/logs',
'db_connect_timeout': '2000',
'db_server_selection_timeout': '3000',
'data_path': os.path.join(os.path.dirname(__file__), '../persistent/data'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment