14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
# GitHub Configuration
|
|
GITHUB_TOKEN=your_github_token_here
|
|
GITHUB_OWNER=your_username
|
|
GITHUB_REPO=your_blog_repo
|
|
|
|
# Server Configuration
|
|
PORT=8080
|
|
DEFAULT_THEME=light
|
|
BASE_URL=http://localhost:8080
|
|
|
|
# Cache Configuration
|
|
CACHE_DURATION=15m
|
|
UPDATE_INTERVAL=5m
|