mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
10deaf5aec
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,
|
|
},
|
|
})
|