env('PHYSICAL_ATTENDANCE_GATE_ENABLED', false), 'secret' => env('PHYSICAL_ATTENDANCE_GATE_SECRET', ''), 'period_seconds' => (int) env('PHYSICAL_ATTENDANCE_GATE_PERIOD', 60), /* | Counter / TV browser sends this value (header X-Physical-Gate-Display-Key | or Authorization: Bearer ...) to read the current code. Keep it long | and random; do not expose it to voters. */ 'display_key' => env('PHYSICAL_ATTENDANCE_GATE_DISPLAY_KEY', ''), ];