mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Migrate server-pro acceptance tests to modules GitOrigin-RevId: 7caf5719d21bbd7fb30901f3e52225fe4cbc9832
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
const base = require(process.env.BASE_CONFIG)
|
|
|
|
module.exports = base.mergeWith({
|
|
enableLegacyLogin: true,
|
|
test: {
|
|
counterInit: 210000,
|
|
},
|
|
})
|