wikijs-fork/server/app/data.yml

113 lines
1.9 KiB
YAML
Raw Normal View History

2017-01-10 03:45:56 +00:00
# ---------------------------------
# DO NOT EDIT THIS FILE!
# This is reserved for system use!
# ---------------------------------
name: Wiki.js
defaults:
config:
title: Wiki
host: http://localhost
port: 80
paths:
repo: ./repo
data: ./data
uploads:
maxImageFileSize: 3,
maxOtherFileSize: 100
lang: en
public: false
auth:
defaultReadAccess: false
2017-01-10 03:45:56 +00:00
local:
enabled: true
microsoft:
2017-01-10 03:45:56 +00:00
enabled: false
google:
enabled: false
facebook:
enabled: false
github:
enabled: false
slack:
enabled: false
2017-03-12 04:38:47 +00:00
ldap:
enabled: false
azure:
enabled: false
2017-01-10 03:45:56 +00:00
db: mongodb://localhost/wiki
sessionSecret: null
admin: null
git:
url: null
branch: master
auth:
type: basic
username: null
password: null
privateKey: null
sslVerify: true
serverEmail: wiki@example.com
showUserEmail: true
2017-04-14 18:15:11 +00:00
features:
linebreaks: true
2017-04-14 18:15:11 +00:00
mathjax: true
2017-03-29 00:19:01 +00:00
externalLogging:
bugsnap: false
loggly: false
papertrail: false
rollbar: false
sentry: false
theme:
primary: indigo
alt: blue-grey
footer: blue-grey
code:
dark: true
colorize: true
2017-07-02 16:51:39 +00:00
colors:
- red
- pink
- purple
- deep-purple
- indigo
- blue
- light-blue
- cyan
- teal
- green
- light-green
- lime
- yellow
- amber
- orange
- deep-orange
- brown
- grey
- blue-grey
2017-03-25 21:03:09 +00:00
langs:
-
id: en
name: English
-
id: zh
2017-05-13 17:51:48 +00:00
name: Chinese - 中文
2017-07-24 01:50:50 +00:00
-
id: nl
name: Dutch - Nederlands
2017-03-25 21:03:09 +00:00
-
id: fr
name: French - Français
2017-07-02 18:13:26 +00:00
-
id: de
name: German - Deutsch
2017-03-25 21:03:09 +00:00
-
id: ko
name: Korean - 한국어
-
id: ru
name: Russian - Русский
-
id: es
name: Spanish - Español
# ---------------------------------