-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 972 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 972 Bytes
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
# ── Wardex — Environment Configuration ────────────────
# Copy this file to .env and fill in the values.
# Values here are examples/defaults and MUST be changed for production.
# Server binding
WARDEX_PORT=8080
WARDEX_HOST=127.0.0.1
# Authentication
# Generate with: openssl rand -hex 32
WARDEX_TOKEN=change-me-to-a-random-secret
WARDEX_AGENT_TOKEN=change-me-to-another-secret
# Logging
RUST_LOG=info
# For more detail: RUST_LOG=wardex=debug,tower_http=debug
# TLS (optional)
# WARDEX_TLS_CERT=/path/to/cert.pem
# WARDEX_TLS_KEY=/path/to/key.pem
# Database
# WARDEX_DB_PATH=var/wardex.db
# SIEM forwarding (optional)
# WARDEX_SIEM_URL=https://siem.example.com/api/events
# WARDEX_SIEM_TOKEN=siem-api-token
# TAXII / STIX feed (optional)
# WARDEX_TAXII_URL=https://taxii.example.com/taxii2
# WARDEX_TAXII_COLLECTION=default
# Telemetry (optional)
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
# OTEL_SERVICE_NAME=wardex