-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 812 Bytes
/
.env.example
File metadata and controls
30 lines (25 loc) · 812 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
# Skill Garden Environment Configuration
# ========================================
# Copy this file to .env and fill in your values:
# cp .env.example .env
#
# The .env file is gitignored and won't be committed.
# GitHub Personal Access Token (Optional but Recommended)
# --------------------------------------------------------
# Without token: 60 requests/hour (rate limited)
# With token: 5,000 requests/hour
#
# Create one at: https://github.com/settings/tokens
# No scopes required - public repo access is sufficient.
#
# See README.md for detailed instructions.
GITHUB_TOKEN=
# Cache TTL in seconds (default: 3600 = 1 hour)
CACHE_TTL=3600
# Logging level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# Server host and port
HOST=0.0.0.0
PORT=8000
# Enable/disable skill sources
ENABLE_REGISTRY=true