wikijs-fork/app/data.yml

76 lines
1.3 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
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:
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
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
signature:
name: Wiki
email: wiki@example.com
2017-03-25 21:03:09 +00:00
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
# ---------------------------------