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

Move mongo config away from cors package #13531

Merged
merged 2 commits into from
Feb 22, 2019
Merged

Move mongo config away from cors package #13531

merged 2 commits into from
Feb 22, 2019

Conversation

rodrigok
Copy link
Member

No description provided.

@rodrigok rodrigok added this to the 0.75.0 milestone Feb 20, 2019
@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-13531 February 20, 2019 19:10 Inactive
import tls from 'tls';
// FIX For TLS error see more here https://github.com/RocketChat/Rocket.Chat/issues/9316
// TODO: Remove after NodeJS fix it, more information https://github.com/nodejs/node/issues/16196 https://github.com/nodejs/node/pull/16853
tls.DEFAULT_ECDH_CURVE = 'auto';
Copy link
Member

Choose a reason for hiding this comment

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

do we still need this? seems node have fixed it already.

this is not related to mongo btw, so I don't it should be in this package =) but my vote is to remove.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@rodrigok rodrigok merged commit cdfc3c0 into develop Feb 22, 2019
@rodrigok rodrigok deleted the split-cors branch February 22, 2019 20:01
@rodrigok rodrigok mentioned this pull request Apr 28, 2019
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.

None yet

4 participants