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.

48 lines
971 B

  1. # ---------------------------------
  2. # DO NOT EDIT THIS FILE!
  3. # This is reserved for system use!
  4. # ---------------------------------
  5. name: Wiki.js
  6. version: v1.0-beta.5
  7. capabilities:
  8. guest: true
  9. rights: true
  10. manyAuthProviders: true
  11. defaults:
  12. config:
  13. title: Wiki
  14. host: http://localhost
  15. port: 80
  16. paths:
  17. repo: ./repo
  18. data: ./data
  19. uploads:
  20. maxImageFileSize: 3,
  21. maxOtherFileSize: 100
  22. lang: en
  23. public: false
  24. auth:
  25. local:
  26. enabled: true
  27. microsoft:
  28. enabled: false
  29. google:
  30. enabled: false
  31. facebook:
  32. enabled: false
  33. db: mongodb://localhost/wiki
  34. sessionSecret: null
  35. admin: null
  36. git:
  37. url: null
  38. branch: master
  39. auth:
  40. type: basic
  41. username: null
  42. password: null
  43. privateKey: null
  44. sslVerify: true
  45. signature:
  46. name: Wiki
  47. email: wiki@example.com
  48. # ---------------------------------