Skip to content

Commit bf2dfbf

Browse files
authored
Merge pull request #94 from NIGHTFURY609/patch-1
docs: Created an .env.example file
2 parents 2c16796 + 6e50eaf commit bf2dfbf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.env.example

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# GitHub API tokens - Comma-separated list of tokens to increase rate limits
2+
# Generate at: https://github.com/settings/tokens
3+
API_TOKEN_GITHUB=token1,token2
4+
5+
# Groq API key for AI model access
6+
# Generate at: https://console.groq.com/keys
7+
GROQ_API_KEY=key1,key2
8+
9+
# Application API keys for authentication
10+
# Generate using a secure random string generator
11+
API_KEYS=key1,key2
12+
13+
# Debug mode - Set to True for additional logging
14+
DEBUG=False
15+
16+
# Cache settings - Enable to improve performance
17+
CACHE_ENABLED=True

0 commit comments

Comments
 (0)