9 lines
259 B
Bash
9 lines
259 B
Bash
# ParseLogCLI Global Environment Configuration
|
|
# Generated on 2026-06-09
|
|
|
|
# Path to the MaxMind GeoLite2 City Database binary
|
|
DB_PATH=data/GeoLite2-City.mmdb
|
|
|
|
# Absolute or relative path to the server access logs target file
|
|
LOG_PATH=test_logs/access.log.txt
|