better-ccflare 2.0.14 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -148,12 +148,8 @@ PORT=8080 # Server port (default: 8080)
148
148
  BETTER_CCFLARE_HOST=0.0.0.0 # Server binding host (default: 0.0.0.0, use 127.0.0.1 for localhost-only)
149
149
  CLIENT_ID=your-client-id # OAuth client ID
150
150
  BETTER_CCFLARE_CONFIG_PATH=/path/to/config.json # Custom config location
151
- BETTER_CCFLARE_DB_PATH=/path/to/database.db # Custom database path (default: config dir/better-ccflare.db)
152
-
153
- # Development Environment
154
- NODE_ENV=development # Set to 'development' to use separate dev database
155
- DEV=true # Alternative way to enable development mode
156
- # When in development, uses 'better-ccflare-dev.db' instead of production
151
+ BETTER_CCFLARE_DB_PATH=/path/to/database.db # Custom database path (default: ~/.config/better-ccflare/better-ccflare.db)
152
+ # Use this for development/testing with a separate database
157
153
 
158
154
  # Logging and Debugging
159
155
  LOG_LEVEL=INFO # Log level (ERROR, WARN, INFO, DEBUG)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "author": "snipeship",
6
6
  "license": "MIT",