mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
6233375167
- 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