20 lines
604 B
Plaintext
20 lines
604 B
Plaintext
# Oracle connection settings
|
|
# ----------------------------
|
|
# For Windows native: use 127.0.0.1 or localhost
|
|
# For WSL: use Windows IP (run: cat /etc/resolv.conf | grep nameserver)
|
|
# For Docker: use host.docker.internal (automatic in docker-compose)
|
|
|
|
ORACLE_HOST=127.0.0.1
|
|
ORACLE_PORT=1521
|
|
ORACLE_SERVICE=XEPDB1
|
|
ORACLE_USER=FIRMA
|
|
ORACLE_PASSWORD=PAROLA
|
|
|
|
# Output settings
|
|
OUTPUT_DIR=./output
|
|
COMPANY_NAME=Data Intelligence Report
|
|
|
|
# Reporting period end month (optional, default: previous complete month)
|
|
# Format: YYYY-MM. Example: 2026-01 means "report through January 2026"
|
|
# REPORT_END_MONTH=2026-01
|