We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c16796 + 6e50eaf commit bf2dfbfCopy full SHA for bf2dfbf
.env.example
@@ -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