An unfinished system to manage all your paper documentation in an easy way.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autodoc.json.default 324B

5 yıl önce
5 yıl önce
5 yıl önce
12345678910111213141516171819
  1. {
  2. "path": {
  3. "global": "/opt/autodoc",
  4. "originals": "var/originals",
  5. "images": "var/images",
  6. "cache": "var/cache",
  7. "error_img": "var/error_img.jpeg"
  8. },
  9. "sql": {
  10. "host": "localhost",
  11. "base": "autodoc",
  12. "user": "autodoc",
  13. "pass": "autodoc"
  14. },
  15. "query": {
  16. "pageSize": 50,
  17. "pageIndex": 0
  18. }
  19. }