mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 11:44:30 -05:00
6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
|
let config = {
|
||
|
docmaxlength: null
|
||
|
}
|
||
|
|
||
|
export default config
|