Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost

[misc] bulk replace localhost with 127.0.0.1

GitOrigin-RevId: d238f3635302e8ff5500d611108c4d1bef216726
This commit is contained in:
Jakob Ackermann
2024-04-25 13:56:00 +01:00
committed by Copybot
parent 8b7a0b8bfd
commit 74f8a078ca
74 changed files with 236 additions and 236 deletions

View File

@@ -34,7 +34,7 @@ describe('ServerCEScripts', function () {
try {
run(
'MONGO_SERVER_SELECTION_TIMEOUT=1' +
'MONGO_CONNECTION_STRING=mongodb://localhost:4242 ' +
'MONGO_CONNECTION_STRING=mongodb://127.0.0.1:4242 ' +
'node modules/server-ce-scripts/scripts/check-mongodb'
)
} catch (e) {