mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
23 lines
721 B
Text
23 lines
721 B
Text
# NoDupeLabs Environment Variables Example
|
|
# This file serves as a template for the required environment variables
|
|
|
|
# Parallel Processing Configuration
|
|
# Controls batch processing behavior for parallel operations
|
|
# Default: 256
|
|
NODUPE_BATCH_DIVISOR=256
|
|
|
|
# Controls chunk size factor for parallel processing
|
|
# Default: 1024
|
|
NODUPE_CHUNK_FACTOR=1024
|
|
|
|
# Controls batch logging (0 = disabled, 1 = enabled)
|
|
# Default: 0 (disabled)
|
|
NODUPE_BATCH_LOG=0
|
|
|
|
# Environment Detection Variables (typically set automatically by environments)
|
|
# These are usually set by the respective environments and don't need manual configuration
|
|
# CI=true
|
|
# GITHUB_ACTIONS=true
|
|
# KUBERNETES_SERVICE_HOST=true
|
|
# DOCKER_CONTAINER=true
|
|
# CONTAINER=true
|