feat(security): implement dynamic tactical license gate, instant key revocation, and clean hardcoded credentials
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const API_URL = process.env.TEST_API_URL || 'http://localhost:3200/api/geocoding/search';
|
||||
const API_KEY = process.env.TEST_API_KEY || 'zP9vL5mK2nQ8xR7jT4wS1yB6hG3fV0cX';
|
||||
const API_KEY = process.env.TEST_API_KEY || process.env.MAP_API_KEY || '';
|
||||
const TOTAL_REQUESTS = 5000;
|
||||
const CONCURRENCY = 50; // Number of parallel requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user