mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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,
|
||
|
},
|
||
|
})
|