-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(build): Checks config.js syntax. #1981
Conversation
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.
Legend
@@ -130,7 +130,7 @@ config.enableNoisyMicDetection = {{ $ENABLE_NOISY_MIC_DETECTION }}; | |||
// | |||
|
|||
config.p2p = { | |||
enabled: {{ $ENABLE_P2P }}, | |||
enabled: {{ $ENABLE_P2P }}; |
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.
Don't you have to revert this?
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.
I suppose he is testing the CI works.
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.
yep the commit message is drop: :)
74debc3
to
b1b0017
Compare
b1b0017
to
37283de
Compare
37283de
to
2580140
Compare
Co-authored-by: Aaron van Meerten <[email protected]>
Co-authored-by: Aaron van Meerten <[email protected]>
Hum ... I will need to merge both files :) |
* Update ci.yml * Update ci.yml
* 9098202 feat(lint): add tpl lint step for each project (#1983) * 70b75f5 feat(build): Checks config.js syntax. (#1981) * f18b182 fix(web): config.js syntax errors (#1980) * eea18b1 feat: Add an option to enable VLA. (#1979) * 9527545 feat(web) Add defaults and env variables for codec preference. (#1978) * 6ae3414 feat(prosody): Sets recorder prefixes. * 07ea79a feat(prosody): Enables connection resumption for jicofo and jvb. * 5341065 Update docker-compose.yml (#1968) * 5e8b702 fix(prosody-visitors): proper variable for transcriber jid in rate limit (#1967) * d3db3a5 fix(jibri,jicofo,jigasi,prosody,web): respect previous XMPP_RECORDER_DOMAIN value if set (#1966) * 2d9c3cc feat(web): allow comment at the top of config.js to be overridden (#1964) * 9fe5b8b fix(web) Remove no longer used config setting. Av1 has already been enabled by default. * a53775c misc: working on unstable
No description provided.