mirror of https://github.com/requarks/wiki
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.
86 lines
1.6 KiB
86 lines
1.6 KiB
8 years ago
|
# ---------------------------------
|
||
|
# 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:
|
||
8 years ago
|
defaultReadAccess: false
|
||
8 years ago
|
local:
|
||
8 years ago
|
enabled: true
|
||
|
microsoft:
|
||
8 years ago
|
enabled: false
|
||
|
google:
|
||
|
enabled: false
|
||
|
facebook:
|
||
|
enabled: false
|
||
8 years ago
|
github:
|
||
|
enabled: false
|
||
|
slack:
|
||
|
enabled: false
|
||
8 years ago
|
ldap:
|
||
|
enabled: false
|
||
8 years ago
|
azure:
|
||
|
enabled: false
|
||
8 years ago
|
db: mongodb://localhost/wiki
|
||
|
sessionSecret: null
|
||
|
admin: null
|
||
|
git:
|
||
|
url: null
|
||
|
branch: master
|
||
|
auth:
|
||
|
type: basic
|
||
|
username: null
|
||
|
password: null
|
||
|
privateKey: null
|
||
|
sslVerify: true
|
||
8 years ago
|
serverEmail: wiki@example.com
|
||
|
showUserEmail: true
|
||
8 years ago
|
features:
|
||
|
mathjax: true
|
||
8 years ago
|
externalLogging:
|
||
|
bugsnap: false
|
||
|
loggly: false
|
||
|
papertrail: false
|
||
|
rollbar: false
|
||
8 years ago
|
sentry: false
|
||
8 years ago
|
langs:
|
||
|
-
|
||
|
id: en
|
||
|
name: English
|
||
|
-
|
||
|
id: fr
|
||
|
name: French - Français
|
||
|
-
|
||
|
id: de
|
||
|
name: German - Deutsch
|
||
|
-
|
||
|
id: ko
|
||
|
name: Korean - 한국어
|
||
|
-
|
||
|
id: pt
|
||
|
name: Portuguese - Português
|
||
|
-
|
||
|
id: ru
|
||
|
name: Russian - Русский
|
||
|
-
|
||
|
id: es
|
||
|
name: Spanish - Español
|
||
8 years ago
|
# ---------------------------------
|