ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/RelativitySearchReportBatched/work_template.ini
Revision: 1001
Committed: Wed Mar 18 17:29:54 2026 UTC (10 days, 7 hours ago) by nino.borges
File size: 764 byte(s)
Log Message:
Added an work ini template, as an example.

File Contents

# User Rev Content
1 nino.borges 1001 [settings]
2     run_document_counts = true
3     output_directory = C:\Reports\Output
4    
5     [cookies]
6     RelativityAuth = <value>
7     RelativityIdToken = <value>
8     CSRFHolder = <value>
9     dRelativityId = <value>
10     RULB = <value>
11     a99fd71e-eb1b-4750-a391-5ad8cfe32068 = <value>
12    
13     [workspace_001]
14     provider = Consilio
15     site = https://example.consilio.com/Relativity/
16     workspace_name = Foo Project 1
17     workspace_artifact_id = 146939220
18     search_folder = Foo Sample Workspace\bar
19    
20     [workspace_002]
21     provider = Consilio
22     site = https://example.consilio.com/Relativity/
23     workspace_name = Foo Project 2
24     workspace_artifact_id = 3274606
25     search_folder = Foo Sample Workspace\bar
26    
27     ; Additional workspace sections follow the same pattern.
28     ; Section names must be unique but the prefix "workspace_" is just a convention.