-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (14 loc) · 782 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (14 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ----------------------------------------------------------------------------
# SQLITE BUSINESS EVENT LOGGER CONFIGURATION
# ----------------------------------------------------------------------------
SQLITE_BUSINESS_LOGGER_ENABLED=false
# Path to the SQLite database file for business events
SQLITE_BUSINESS_LOGGER_DB_FILE=./logs/business_events.db
# Table name for business events
SQLITE_BUSINESS_LOGGER_TABLE_NAME=business_events
# ----------------------------------------------------------------------------
# JSON BUSINESS EVENT LOGGER CONFIGURATION
# ----------------------------------------------------------------------------
JSON_BUSINESS_LOGGER_ENABLED=false
# Path to the JSON database file for business events
JSON_BUSINESS_LOGGER_DB_FILE=./logs/business_events.jsonl