mirror of https://github.com/Requarks/wiki.git
9 changed files with 71 additions and 28 deletions
Split View
Diff Options
-
12agent.js
-
48app/data.yml
-
3libs/entries.js
-
3libs/git.js
-
5libs/local.js
-
7libs/uploads-agent.js
-
3libs/uploads.js
-
16server.js
-
2views/auth/login.pug
@ -0,0 +1,48 @@ |
|||
# --------------------------------- |
|||
# DO NOT EDIT THIS FILE! |
|||
# This is reserved for system use! |
|||
# --------------------------------- |
|||
name: Wiki.js |
|||
capabilities: |
|||
guest: true |
|||
rights: true |
|||
manyAuthProviders: true |
|||
defaults: |
|||
config: |
|||
title: Wiki |
|||
host: http://localhost |
|||
port: 80 |
|||
paths: |
|||
repo: ./repo |
|||
data: ./data |
|||
uploads: |
|||
maxImageFileSize: 3, |
|||
maxOtherFileSize: 100 |
|||
lang: en |
|||
public: false |
|||
auth: |
|||
local: |
|||
enabled: true |
|||
microsoft: |
|||
enabled: false |
|||
google: |
|||
enabled: false |
|||
facebook: |
|||
enabled: false |
|||
db: mongodb://localhost/wiki |
|||
sessionSecret: null |
|||
admin: null |
|||
git: |
|||
url: null |
|||
branch: master |
|||
auth: |
|||
type: basic |
|||
username: null |
|||
password: null |
|||
publicKey: null |
|||
privateKey: null |
|||
sslVerify: true |
|||
signature: |
|||
name: Wiki |
|||
email: wiki@example.com |
|||
# --------------------------------- |
Write
Preview
Loading…
Cancel
Save