-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
⚡ Release 2.6.4 #4287
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
⚡ Release 2.6.4 #4287
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4287 +/- ##
==========================================
+ Coverage 92.44% 92.47% +0.02%
==========================================
Files 118 118
Lines 8155 8155
==========================================
+ Hits 7539 7541 +2
+ Misses 616 614 -2
Continue to review full report at Codecov.
|
@@ -265,7 +265,7 @@ module.exports.ParseServerOptions = { | |||
"default": 10 | |||
}, | |||
"port": { | |||
"env": "PARSE_SERVER_PORT", | |||
"env": "PORT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was dumbly competing with k8s when your service is named PARSE_SERVER, k8s exposed it as an env variable, but this is not a port (int) but the tcp URL for the service 🤕🔫
Seems there are some flaky tests |
No description provided.