- Update .env.example with documentation and default values - Add .resources to gitignore (dummy test files) - Add APK parsing fix implementation plan document Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
# Authentication credentials (change in production!)
|
|
AUTH_USERNAME=admin
|
|
AUTH_PASSWORD=changeme
|
|
|
|
# Path to APK storage directory
|
|
RESOURCE_PATH=./resources
|
|
|
|
# Comma-separated list of tab names for APK filtering
|
|
APK_TABS=dev,sandbox
|