Skip to content

Commit 9a8f875

Browse files
committed
bot changes for node 14 to 20
1 parent 32c9d8c commit 9a8f875

File tree

4 files changed

+20566
-16713
lines changed

4 files changed

+20566
-16713
lines changed

frontend/config/environment.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ module.exports = function(environment) {
7979
ENV.APP.autoboot = false;
8080
ENV.apiHost = 'http://localhost:3000';
8181
var STATIC_URL = 'http://localhost:4300';
82+
83+
// Disable reCAPTCHA in test environment to prevent loading errors
84+
ENV.gReCaptcha = {
85+
siteKey: null
86+
};
8287
}
8388

8489
if (environment === 'production') {

0 commit comments

Comments
 (0)