first commit
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# .env - Environment Configuration for poster-bash
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# IGDB API Credentials
|
||||
# Get your credentials from: https://api-docs.igdb.com/#account-creation
|
||||
IGDB_CLIENT_ID="your_client_id_here"
|
||||
IGDB_CLIENT_SECRET="your_client_secret_here"
|
||||
|
||||
# Scan Directories
|
||||
# SCAN_DIR: Directory to scan in normal mode
|
||||
# TEST_DIR: Directory to scan in test mode (--test-run)
|
||||
|
||||
SCAN_DIR="/media/Games"
|
||||
TEST_DIR="/test-games"
|
||||
|
||||
# Optional: Override default settings
|
||||
# PROGRESS_MODE="both"
|
||||
# LOG_LEVEL="info"
|
||||
# RETRY_COUNT=3
|
||||
Reference in New Issue
Block a user