mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 17:42:19 -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,
|
||
|
},
|
||
|
})
|