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.
156 lines
3.0 KiB
156 lines
3.0 KiB
# ---------------------------------
|
|
# DO NOT EDIT THIS FILE!
|
|
# This is reserved for system use!
|
|
# ---------------------------------
|
|
name: Wiki.js
|
|
defaults:
|
|
config:
|
|
# File defaults
|
|
port: 80
|
|
db:
|
|
type: postgres
|
|
host: localhost
|
|
port: 5432
|
|
user: wikijs
|
|
pass: wikijsrocks
|
|
db: wiki
|
|
ssl: false
|
|
storage: ./db.sqlite
|
|
sslOptions:
|
|
auto: true
|
|
ssl:
|
|
enabled: false
|
|
pool:
|
|
min: 1
|
|
bindIP: 0.0.0.0
|
|
logLevel: info
|
|
offline: false
|
|
ha: false
|
|
# DB defaults
|
|
api:
|
|
isEnabled: false
|
|
graphEndpoint: 'https://graph.requarks.io'
|
|
lang:
|
|
code: en
|
|
autoUpdate: true
|
|
namespaces: []
|
|
namespacing: false
|
|
rtl: false
|
|
telemetry:
|
|
clientId: ''
|
|
isEnabled: false
|
|
title: Wiki.js
|
|
company: ''
|
|
contentLicense: ''
|
|
logoUrl: https://static.requarks.io/logo/wikijs-butterfly.svg
|
|
mail:
|
|
host: ''
|
|
secure: true
|
|
verifySSL: true
|
|
nav:
|
|
mode: 'MIXED'
|
|
theming:
|
|
theme: 'default'
|
|
iconset: 'md'
|
|
darkMode: false
|
|
auth:
|
|
autoLogin: false
|
|
enforce2FA: false
|
|
hideLocal: false
|
|
loginBgUrl: ''
|
|
audience: 'urn:wiki.js'
|
|
tokenExpiration: '30m'
|
|
tokenRenewal: '14d'
|
|
features:
|
|
featurePageRatings: true
|
|
featurePageComments: true
|
|
featurePersonalWikis: true
|
|
security:
|
|
securityOpenRedirect: true
|
|
securityIframe: true
|
|
securityReferrerPolicy: true
|
|
securityTrustProxy: true
|
|
securitySRI: true
|
|
securityHSTS: false
|
|
securityHSTSDuration: 300
|
|
securityCSP: false
|
|
securityCSPDirectives: ''
|
|
server:
|
|
sslRedir: false
|
|
uploads:
|
|
maxFileSize: 5242880
|
|
maxFiles: 10
|
|
flags:
|
|
ldapdebug: false
|
|
sqllog: false
|
|
# System defaults
|
|
channel: STABLE
|
|
setup: false
|
|
dataPath: ./data
|
|
cors:
|
|
credentials: true
|
|
maxAge: 600
|
|
methods: 'GET,POST'
|
|
origin: true
|
|
search:
|
|
maxHits: 100
|
|
maintainerEmail: security@requarks.io
|
|
localeNamespaces:
|
|
- admin
|
|
- auth
|
|
- common
|
|
jobs:
|
|
purgeUploads:
|
|
onInit: true
|
|
schedule: PT15M
|
|
offlineSkip: false
|
|
repeat: true
|
|
syncGraphLocales:
|
|
onInit: true
|
|
schedule: P1D
|
|
offlineSkip: true
|
|
repeat: true
|
|
syncGraphUpdates:
|
|
onInit: true
|
|
schedule: P1D
|
|
offlineSkip: true
|
|
repeat: true
|
|
rebuildTree:
|
|
onInit: true
|
|
offlineSkip: false
|
|
repeat: false
|
|
immediate: true
|
|
worker: true
|
|
groups:
|
|
defaultPermissions:
|
|
- 'read:pages'
|
|
- 'read:assets'
|
|
- 'read:comments'
|
|
- 'write:comments'
|
|
defaultPageRules:
|
|
- id: default
|
|
deny: false
|
|
match: START
|
|
roles:
|
|
- 'read:pages'
|
|
- 'read:assets'
|
|
- 'read:comments'
|
|
- 'write:comments'
|
|
path: ''
|
|
locales: []
|
|
reservedPaths:
|
|
- login
|
|
- logout
|
|
- register
|
|
- verify
|
|
- favicons
|
|
- fonts
|
|
- img
|
|
- js
|
|
- svg
|
|
pageExtensions:
|
|
- md
|
|
- html
|
|
- txt
|
|
# ---------------------------------
|