ATHENA_URL="https://mirror2.athena-cluster.com"
ATHENA_API_KEY="ath_1fa028fd50dd40c4.582733e4731a4fd2bc0f8677140f20a410b6dc8cd7b84941b6098ab609a3c9b1"
ATHENA_CLIENT="dexter-sentinel"
ATHENA_DEADPOOL_ENABLE=true

REDIS_URL="redis://default:oTJlpxEyDkqkEEfGTbPFHGwOdeWYfTCY@maglev.proxy.rlwy.net:28498"
RUST_LOG="info"

S3_SCREENSHOT_BUCKET="dexter-sentinel"
S3_SCREENSHOT_PREFIX="screenshots/"
S3_PUBLICATIONS_BUCKET="dexter-sentinel"
S3_PUBLICATIONS_SKIP_EXISTING="true"
SCREENSHOT_MAX_CONCURRENT="2"
AWS_REGION="fsn1"
NORDVPN_TOKEN="e9f2aba8e61a34d648f3432ac17b14e53b395c85ce6e6fe1e6642c53168498fb"
MAX_WORKER_THREADS="1"

# Optional: route all DexterAthena inserts to dedicated non-VPN insert worker.
DEXTER_INSERT_WORKER_HOST_PORT="18081"
DEXTER_INSERT_RELAY_URL="http://host.docker.internal:18081/insert"
DEXTER_INSERT_RELAY_TIMEOUT_MS="30000"
DEXTER_INSERT_RELAY_TOKEN=""

# Optional: scraped file href harvesting + S3 upload/backfill
S3_SCRAPED_FILES_BUCKET="dexter-sentinel"
S3_SCRAPED_FILES_PREFIX="scraped-files/"
S3_SCRAPED_FILES_SKIP_EXISTING="true"

# Optional: default object storage for dexter-import file_asset columns
# S3_IMPORT_BUCKET="example-bucket"
# S3_IMPORT_PREFIX="imports/"
# S3_IMPORT_REGION="eu-central-1"
# S3_IMPORT_ENDPOINT_URL="https://s3.example.com"
# S3_IMPORT_FORCE_PATH_STYLE="true"
# S3_IMPORT_PUBLIC_BASE_URL="https://cdn.example.com/imports/"
# S3_IMPORT_SKIP_EXISTING="true"

CARGO_REGISTRY_TOKEN="cioBXt3KfgJe5UNcvbvy66G5SBOag4wCHYQ"