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 +2 -6
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
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
|
|
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)
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED