106 lines
1.5 KiB
YAML
Raw Normal View History

2017-01-09 22:45:56 -05: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 17:33:08 -04: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-02 23:47:11 -04:00
ha:
nodeuid: primary
readonly: false
2017-10-08 17:21:36 -04:00
site:
path: ''
lang: en
2017-10-08 17:21:36 -04:00
title: Wiki.js
configNamespaces:
- auth
- features
- git
- logging
- site
- theme
- uploads
2017-08-02 23:47:11 -04:00
queues:
- gitSync
- uplClearTemp
authProviders:
- local
- microsoft
- google
- facebook
- github
- slack
- ldap
- azure
2017-07-02 12:51:39 -04: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 17:03:09 -04:00
langs:
-
id: en
name: English
-
id: zh
2017-05-13 13:51:48 -04:00
name: Chinese - 中文
2017-07-23 21:50:50 -04:00
-
id: nl
name: Dutch - Nederlands
2017-03-25 17:03:09 -04:00
-
id: fr
name: French - Français
2017-07-02 14:13:26 -04:00
-
id: de
name: German - Deutsch
2017-10-14 14:59:18 -04:00
-
id: ja
name: Japanese - 日本語
2017-03-25 17:03:09 -04:00
-
id: ko
name: Korean - 한국어
-
id: fa
name: Persian (Fārsi) - فارسی
2017-07-29 17:33:08 -04:00
-
id: pt
name: Portuguese - Português
2017-03-25 17:03:09 -04:00
-
id: ru
name: Russian - Русский
-
id: es
name: Spanish - Español
# ---------------------------------