mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 00:17:44 +00:00
15c944efef
- Read API key from environment variable instead of config file - Prevents accidental exposure of API keys in code/config - Security best practice: secrets should not be stored in files Security improvements: - API keys read from TEST_API_KEY environment variable - Empty string as fallback (will fail gracefully if not set) - No secrets stored in test configuration files