wikijs-fork/config.sample.yml

57 lines
1.6 KiB
YAML
Raw Normal View History

#######################################################################
# Wiki.js - CONFIGURATION #
#######################################################################
# Full explanation + examples in the documentation:
2017-04-29 20:33:48 +00:00
# https://docs.requarks.io/wiki/install
2016-08-17 00:56:55 +00:00
# ---------------------------------------------------------------------
2017-07-29 21:33:08 +00:00
# Port the main server should listen to
# ---------------------------------------------------------------------
2016-08-17 00:56:55 +00:00
port: 80
# ---------------------------------------------------------------------
# Data Directories
# ---------------------------------------------------------------------
2016-08-17 00:56:55 +00:00
paths:
repo: ./repo
data: ./data
# ---------------------------------------------------------------------
2017-07-29 04:11:22 +00:00
# Database
# ---------------------------------------------------------------------
2016-08-20 04:50:29 +00:00
2017-07-29 04:11:22 +00:00
db:
host: localhost
port: 5432
user: wikijs
pass: wikijsrocks
db: wiki
2017-03-29 00:19:01 +00:00
# ---------------------------------------------------------------------
2017-07-29 04:11:22 +00:00
# Redis
# ---------------------------------------------------------------------
2017-07-29 04:11:22 +00:00
redis:
host: localhost
port: 6379
db: 0
password: null
2017-03-29 00:19:01 +00:00
# ---------------------------------------------------------------------
2017-07-29 21:33:08 +00:00
# Background Workers
2017-03-29 00:19:01 +00:00
# ---------------------------------------------------------------------
2017-07-29 21:33:08 +00:00
# Leave 0 for auto based on CPU cores
2017-03-29 00:19:01 +00:00
2017-07-29 21:33:08 +00:00
workers: 0
2017-03-29 00:19:01 +00:00
2017-07-09 03:59:24 +00:00
# ---------------------------------------------------------------------
2017-08-03 03:47:11 +00:00
# High Availability
2017-07-09 03:59:24 +00:00
# ---------------------------------------------------------------------
2017-08-03 03:47:11 +00:00
# Read the docs BEFORE changing these settings!
2017-07-09 03:59:24 +00:00
2017-08-03 03:47:11 +00:00
ha:
nodeuid: primary
readonly: false