-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.env.example
More file actions
45 lines (34 loc) · 1.74 KB
/
.env.example
File metadata and controls
45 lines (34 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ──────────────────────────────────────────────
# CDISC Rules Engine — Environment Configuration
# ──────────────────────────────────────────────
# Copy this file to .env and fill in your values.
# Required for CORE command line execution (not used by cdisc-open-rules)
CDISC_LIBRARY_API_KEY=your_api_key_here
# Maximum dataset size in bytes before forcing Dask implementation
DATASET_SIZE_THRESHOLD=10485760
# Maximum number of issues per Excel sheet in the result report (default: 10000)
MAX_REPORT_ROWS=10
# Maximum errors to report per rule during a validation run.
# Format: (max_errors, per_dataset_flag)
# max_errors — integer cap on reported errors
# per_dataset_flag — if True, the cap applies per dataset; if False, across all datasets
MAX_ERRORS_PER_RULE=(10, True)
# ──────────────────────────────────────────────
# Study Configuration
# ──────────────────────────────────────────────
# Path to define.xml — absolute path, or filename if located in the same directory as .env
DEFINE_XML=define.xml
# Controlled terminology package
# see ./resources/cache for package names
# Format: <standard>ct-YYYY-MM-DD (e.g. sdtmct-2024-03-29)
CT=
# Standard product (e.g. sdtmig, adamig, sendig)
PRODUCT=
# Standard version, denoted with a dash (e.g. 3-4)
VERSION=
# TIG substandard
# SDTM, SEND, ADaM, or CDASH
SUBSTANDARD=
# TIG use case
# INDH, PROD, NONCLIN, or ANALYSIS
USE_CASE=