wikijs-fork/server/app/data.yml

106 lines
1.5 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:
port: 80
paths:
repo: ./repo
data: ./data
2017-07-29 21:33:08 +00:00
db:
host: localhost
port: 5432
user: wikijs
pass: wikijsrocks
db: wiki
redis:
host: localhost
port: 6379
db: 0
password: null
workers: 0
2017-08-03 03:47:11 +00:00
ha:
nodeuid: primary
readonly: false
2017-10-08 21:21:36 +00:00
site:
path: ''
lang: en
2017-10-08 21:21:36 +00:00
title: Wiki.js
configNamespaces:
- auth
- features
- git
- logging
- site
- theme
- uploads
2017-08-03 03:47:11 +00:00
queues:
- gitSync
- uplClearTemp
authProviders:
- local
- microsoft
- google
- facebook
- github
- slack
- ldap
- azure
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-10-14 18:59:18 +00:00
-
id: ja
name: Japanese - 日本語
2017-03-25 21:03:09 +00:00
-
id: ko
name: Korean - 한국어
-
id: fa
name: Persian (Fārsi) - فارسی
2017-07-29 21:33:08 +00:00
-
id: pt
name: Portuguese - Português
2017-03-25 21:03:09 +00:00
-
id: ru
name: Russian - Русский
-
id: es
name: Spanish - Español
# ---------------------------------