added support for username variable for logging
This commit is contained in:
@@ -55,7 +55,7 @@ Edit `config.psd1` before deploying:
|
||||
| Key | Description | Default |
|
||||
|---|---|---|
|
||||
| `UNCPath` | Base UNC path for clip storage — username subfolder created automatically | `\\server\ITCaptures` |
|
||||
| `LogPath` | Base UNC path for script logs — username subfolder created automatically; each script writes its own log file | `\\server\ITLogs` |
|
||||
| `LogPath` | Directory path for script logs — supports `%USERNAME%` and other environment variables; each script writes its own log file | `\\server\ITLogs\%USERNAME%` |
|
||||
| `BufferSeconds` | Replay buffer duration in seconds | `120` |
|
||||
| `WebSocketPort` | OBS WebSocket port — must match `obs-config/plugin_config/obs-websocket/config.json` | `4455` |
|
||||
| `OBSExecutable` | Full path to `obs64.exe` on the target machine | `C:\Program Files\obs-studio\bin\64bit\obs64.exe` |
|
||||
|
||||
Reference in New Issue
Block a user