# ---------------------------------
# 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
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: ko
    name: Korean - 한국어
  -
    id: pt
    name: Portuguese - Português
  -
    id: ru
    name: Russian - Русский
  -
    id: es
    name: Spanish - Español
# ---------------------------------