kroschu

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by kroschu

  1. Hello. I need to increase the permissible length of the document beyond the standard 100,000 characters. My config.json: ``{ "documentMaxLength": "CMD_documentMaxLength" , "use_env_variable": "CMD_DB_URL" } `` And docker command line: `docker run -dit --name=codimd --link mariadb:mariadb -e PUID=1000 -e PGID=1000 -e DB_HOST=mariadb -e DB_PORT=3306 -e DB_USER=codimd -e DB_PASS=805235io -e DB_NAME=codimd -e TZ=Europe/Kiev -p 3000:3000 -v /home/pirate/codimd/config:/config -e CMD_DOMAIN=doc.uabp.ml -e CMD_IMAGE_UPLOAD_TYPE=filesystem -e CMD_documentMaxLength=200000 --restart unless-stopped linuxserver/codimd:arm32v7-latest` Unfortunately, this parameter cannot be changed. Please help to increase the permissible length of the document.