mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
32 lines
533 B
YAML
32 lines
533 B
YAML
|
port: 3000
|
||
|
host: "localhost"
|
||
|
uploads: "./uploads"
|
||
|
password: secretpassword
|
||
|
frontend:
|
||
|
title: "CodeX Docs"
|
||
|
description: "A block-styled editor with clean JSON output"
|
||
|
startPage: ""
|
||
|
misprintsChatId: "12344564"
|
||
|
yandexMetrikaId: ""
|
||
|
carbon:
|
||
|
serve: ""
|
||
|
placement: ""
|
||
|
menu:
|
||
|
- "Guides"
|
||
|
- title: "CodeX"
|
||
|
uri: "https://codex.so"
|
||
|
|
||
|
auth:
|
||
|
secret: supersecret
|
||
|
|
||
|
hawk:
|
||
|
# frontendToken: "123"
|
||
|
# backendToken: "123"
|
||
|
|
||
|
database:
|
||
|
driver: local
|
||
|
local:
|
||
|
path: ./db
|
||
|
mongodb:
|
||
|
uri: mongodb://localhost:27017
|