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.
106 lines
1.5 KiB
106 lines
1.5 KiB
# ---------------------------------
|
|
# DO NOT EDIT THIS FILE!
|
|
# This is reserved for system use!
|
|
# ---------------------------------
|
|
name: Wiki.js
|
|
defaults:
|
|
config:
|
|
port: 80
|
|
paths:
|
|
repo: ./repo
|
|
data: ./data
|
|
db:
|
|
host: localhost
|
|
port: 5432
|
|
user: wikijs
|
|
pass: wikijsrocks
|
|
db: wiki
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
db: 0
|
|
password: null
|
|
workers: 0
|
|
ha:
|
|
nodeuid: primary
|
|
readonly: false
|
|
site:
|
|
path: ''
|
|
lang: en
|
|
title: Wiki.js
|
|
configNamespaces:
|
|
- auth
|
|
- features
|
|
- git
|
|
- logging
|
|
- site
|
|
- theme
|
|
- uploads
|
|
queues:
|
|
- gitSync
|
|
- uplClearTemp
|
|
authProviders:
|
|
- local
|
|
- microsoft
|
|
- google
|
|
- facebook
|
|
- github
|
|
- slack
|
|
- ldap
|
|
- azure
|
|
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
|
|
langs:
|
|
-
|
|
id: en
|
|
name: English
|
|
-
|
|
id: zh
|
|
name: Chinese - 中文
|
|
-
|
|
id: nl
|
|
name: Dutch - Nederlands
|
|
-
|
|
id: fr
|
|
name: French - Français
|
|
-
|
|
id: de
|
|
name: German - Deutsch
|
|
-
|
|
id: ja
|
|
name: Japanese - 日本語
|
|
-
|
|
id: ko
|
|
name: Korean - 한국어
|
|
-
|
|
id: fa
|
|
name: Persian (Fārsi) - فارسی
|
|
-
|
|
id: pt
|
|
name: Portuguese - Português
|
|
-
|
|
id: ru
|
|
name: Russian - Русский
|
|
-
|
|
id: es
|
|
name: Spanish - Español
|
|
# ---------------------------------
|