overleaf/services/web/modules/launchpad/test/acceptance/config/settings.test.js

9 lines
151 B
JavaScript
Raw Normal View History

const base = require(process.env.BASE_CONFIG)
module.exports = base.mergeWith({
enableLegacyLogin: true,
test: {
counterInit: 210000,
},
})