gitblog1
This commit is contained in:
13
env.example
Normal file
13
env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user