- Implements DefaultRepositories::mock() for wave_comparison tests - Mock implementations use in-memory Arc<RwLock<>> for thread-safe testing - Method is #[cfg(test)] scoped to test builds only - Fixes compilation errors in wave_comparison.rs (lines 711, 730) - All backtesting tests pass (2/2 wave_comparison tests OK) Additional updates: - Update .dockerignore, .env.runpod, CLAUDE.md - Update Cargo.lock and Dockerfile.foxhunt-build
26 lines
889 B
Plaintext
26 lines
889 B
Plaintext
# RunPod Deployment Credentials
|
|
# Generated: 2025-10-24
|
|
# DO NOT COMMIT TO GIT (add to .gitignore)
|
|
|
|
# RunPod API Key (for pod management via GraphQL)
|
|
RUNPOD_API_KEY=rpa_UK8KAUKXA2P9GHUV497WOH2RTZJ80MYCFSNJPTTM1mbk3y
|
|
|
|
# RunPod S3 Credentials (for network volume access)
|
|
RUNPOD_S3_ACCESS_KEY=user_2xxA3XcIFj16yfL3aBon9niiSpr
|
|
RUNPOD_S3_SECRET=rps_E1RZ02FCK0JPGU3JMU8IHPFV5VCNLWBJV9FBIZQQ1423fr
|
|
RUNPOD_S3_ENDPOINT=https://s3api-eur-is-1.runpod.io
|
|
RUNPOD_S3_REGION=eur-is-1
|
|
|
|
# Network Volume Configuration
|
|
RUNPOD_VOLUME_ID=se3zdnb5o4
|
|
RUNPOD_VOLUME_MOUNT=/runpod-volume
|
|
|
|
# Pod Configuration
|
|
RUNPOD_GPU_TYPE="NVIDIA RTX 4090"
|
|
RUNPOD_IMAGE=jgrusewski/foxhunt:latest
|
|
|
|
# Docker Registry Authentication (for private DockerHub images)
|
|
# Get this ID from RunPod dashboard -> Account -> Container Registry Auth
|
|
# Leave empty for public images
|
|
RUNPOD_CONTAINER_REGISTRY_AUTH_ID=cmh3ya1710001jo02vwqtisbf
|