mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-07 05:00:05 +02:00

Migrate server-pro acceptance tests to modules GitOrigin-RevId: 7caf5719d21bbd7fb30901f3e52225fe4cbc9832
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
const base = require(process.env.BASE_CONFIG)
|
|
|
|
module.exports = base.mergeWith({
|
|
enableLegacyLogin: true,
|
|
test: {
|
|
counterInit: 210000,
|
|
},
|
|
})
|