123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- address: 127.0.0.1
- port: 55001
- wiki-title: {{gitit_wiki_title}}
- repository-type: Git
- repository-path: wikidata
- require-authentication: modify
- authentication-method: form
- user-file: gitit-users
- session-timeout: 60
- static-dir: wikidata/_NOWIKI/static
- default-page-type: Markdown
- math: MathML
- show-lhs-bird-tracks: no
- templates-dir: wikidata/_NOWIKI/templates
- log-file: gitit.log
- log-level: ERROR
- front-page: Front Page
- no-delete: Front Page, Help
- no-edit: Help
- default-summary:
- table-of-contents: yes
- plugins:
- use-cache: no
- cache-dir: cache
- max-upload-size: 100K
- max-page-size: 100K
- debug-mode: no
- compress-responses: no
- mime-types-file: /etc/mime.types
- use-recaptcha: no
- recaptcha-private-key:
- recaptcha-public-key:
- access-question:
- access-question-answers:
- rpx-domain:
- rpx-key:
- mail-command: sendmail %s
- reset-password-message:
- > From: nobody@$hostname$
- > To: $useremail$
- > Subject: Wiki password reset
- >
- > Dear $username$:
- >
- > To reset your password, please follow the link below:
- > http://$hostname$:$port$$resetlink$
- >
- > Yours sincerely,
- > The Wiki Master
- use-feed: no
- base-url:
- absolute-urls: yes
- feed-days: 14
- feed-refresh-time: 60
- pdf-export: no
- pandoc-user-data:
- xss-sanitize: yes
|