25 lines
378 B
Plaintext
25 lines
378 B
Plaintext
# ©AngelaMos | 2026
|
|
# .env.example
|
|
|
|
# PostgreSQL
|
|
PGHOST=localhost
|
|
PGPORT=5432
|
|
PGUSER=dlp_scanner
|
|
PGPASSWORD=changeme
|
|
PGDATABASE=target_db
|
|
|
|
# MySQL
|
|
MYSQL_HOST=localhost
|
|
MYSQL_PORT=3306
|
|
MYSQL_USER=dlp_scanner
|
|
MYSQL_PASSWORD=changeme
|
|
MYSQL_DATABASE=target_db
|
|
|
|
# MongoDB
|
|
MONGO_URI=mongodb://localhost:27017
|
|
MONGO_DATABASE=target_db
|
|
|
|
# Logging
|
|
DLP_LOG_LEVEL=INFO
|
|
DLP_LOG_JSON=false
|