An unfinished system to manage all your paper documentation in an easy way.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

autodoc.json.default 506B

123456789101112131415161718192021222324252627
  1. {
  2. "path": {
  3. "global": "/opt/autodoc",
  4. "original": "var/original",
  5. "queue": "var/queue",
  6. "images": "var/images",
  7. "cache": "var/cache",
  8. "error_img": "var/error_img.jpeg"
  9. },
  10. "dict": {
  11. "en": [ "british-english-large", "amer
  12. ican-english-large" ],
  13. "de": [ "swiss", "ngerman" ],
  14. "fr": [ "french" ],
  15. "it": [ "italian" ]
  16. },
  17. "sql": {
  18. "host": "localhost",
  19. "base": "autodoc",
  20. "user": "autodoc",
  21. "pass": "autodoc"
  22. },
  23. "query": {
  24. "pageSize": 50,
  25. "pageIndex": 0
  26. }
  27. }