Fix jwt-token
This commit is contained in:
@@ -9,8 +9,9 @@ const { getDroneTypeInfo, getDroneTypeName } = require('../utils/droneTypes');
|
||||
|
||||
// Configuration for debugging and data storage
|
||||
const DEBUG_CONFIG = {
|
||||
storeNoneDetections: process.env.STORE_NONE_DETECTIONS === 'true', // Store drone_type 0 for debugging
|
||||
logAllDetections: process.env.LOG_ALL_DETECTIONS === 'true' // Log all detections including type 0
|
||||
storeHeartbeats: process.env.STORE_HEARTBEATS === 'true', // Store heartbeat data for debugging
|
||||
storeNoneDetections: process.env.STORE_DRONE_TYPE0 === 'true', // Store drone_type 0 for debugging
|
||||
logAllDetections: process.env.LOG_ALL_DETECTIONS === 'true' // Log all detection data
|
||||
};
|
||||
|
||||
// Initialize services
|
||||
|
||||
Reference in New Issue
Block a user