-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (17 loc) · 819 Bytes
/
.env.example
File metadata and controls
28 lines (17 loc) · 819 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
### ========== Server Configuration ==========
# The port your proxy server will listen on (default: 3420)
PORT=3420
### ========== Authentication & Security ==========
# API key required for accessing proxy endpoints (e.g. services)
PROXY_API_KEY=your-proxy-api-key
# API key required for accessing management/admin endpoints
MANAGEMENT_API_KEY=your-management-api-key
# Whether authentication is required for proxy routes (true/false)
REQUIRE_AUTH_FOR_PROXY=true
# Whether authentication is required for management routes (true/false)
REQUIRE_AUTH_FOR_MANAGEMENT=true
### ========== Auth Tokens for Services ==========
# Discord bot token (used when proxying requests to Discord API)
DISCORD_BOT_TOKEN=your-discord-bot-token
# GitHub token for authenticated GitHub API access
GITHUB_TOKEN=your-github-token