forked from talosdeus/wiki-js-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
34 lines (26 loc) · 937 Bytes
/
Copy pathexample.env
File metadata and controls
34 lines (26 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Wiki.js MCP Server Configuration
# Copy this file to .env and update with your actual values
# Docker Database Configuration (for docker.yml)
POSTGRES_DB=wikijs
POSTGRES_USER=wikijs
POSTGRES_PASSWORD=your_secure_password_here
# Wiki.js Instance Configuration
WIKIJS_API_URL=http://localhost:3000
WIKIJS_TOKEN=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.your_token_here
# Alternative: Username/Password Authentication
# WIKIJS_USERNAME=admin@example.com
# WIKIJS_PASSWORD=your_password
# Wiki.js Locale (default: en)
WIKIJS_LOCALE=en
# Local Database Configuration
WIKIJS_MCP_DB=./wikijs_mappings.db
# Optional: Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=wikijs_mcp.log
# Optional: Repository Context
REPOSITORY_ROOT=./
DEFAULT_SPACE_NAME=Documentation
# Example values (replace with your actual credentials):
# POSTGRES_PASSWORD=MySecurePassword123!
# WIKIJS_API_URL=http://localhost:3000
# WIKIJS_TOKEN=your_actual_jwt_token_here