1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # ---------------------------------
- # DO NOT EDIT THIS FILE!
- # This is reserved for system use!
- # ---------------------------------
- name: Wiki.js
- capabilities:
- guest: true
- rights: true
- manyAuthProviders: true
- defaults:
- config:
- title: Wiki
- host: http://localhost
- port: 80
- paths:
- repo: ./repo
- data: ./data
- uploads:
- maxImageFileSize: 3,
- maxOtherFileSize: 100
- lang: en
- public: false
- auth:
- local:
- enabled: true
- microsoft:
- enabled: false
- google:
- enabled: false
- facebook:
- enabled: false
- db: mongodb://localhost/wiki
- sessionSecret: null
- admin: null
- git:
- url: null
- branch: master
- auth:
- type: basic
- username: null
- password: null
- privateKey: null
- sslVerify: true
- signature:
- name: Wiki
- email: wiki@example.com
- # ---------------------------------
|