-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathescpe.toml.example
More file actions
37 lines (32 loc) · 1.19 KB
/
Copy pathescpe.toml.example
File metadata and controls
37 lines (32 loc) · 1.19 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
# E-SCPE Configuration File
# Copy to escpe.toml (next to the binary) or %LOCALAPPDATA%\E-SCPE\config.toml
[paths]
# Ledger database file (SQLite / SQLCipher).
db = "escpe-ledger.db"
# Directory for signing keys and certificates.
keys_dir = "escpe-keys"
# Default output directory for compliance packs.
compliance_out_dir = "escpe-compliance-pack"
[scan]
# CHSH threshold for Bell-inequality verification.
# Must be > 2.0 for a strict Bell-violation check. Tsirelson bound ~ 2.828.
chsh_threshold = 2.0
[logging]
# Log level: trace, debug, info, warn, error
level = "info"
# Write structured JSON-lines logs to this file for SIEM integration.
# Leave empty to disable file logging.
json_log_file = ""
# Set to true to emit JSON on stdout (e.g. for container log pipelines).
json_stdout = false
[license]
# Path to the license JSON file.
path = "escpe-license.json"
# Vendor public key (base64-encoded Ed25519). Embedded at compile time by default;
# override here only for development / alternate vendor keys.
# vendor_pubkey_b64 = ""
[security]
# SQLCipher database encryption key.
# WARNING: prefer setting via ESCPE_DB_KEY environment variable instead of
# storing the key in a config file.
# db_key = ""