An unfinished system to manage all your paper documentation in an easy way.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

autodoc.json.default 324B

il y a 5 ans
il y a 5 ans
il y a 5 ans
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. }