34 lines
1.0 KiB
Bash
34 lines
1.0 KiB
Bash
# ==========================================
|
|
# CONFIGURACIÓN DE BASE DE DATOS (MS SQL Server)
|
|
# ==========================================
|
|
DB_MSSQ_SERVER=sql-server-hostname
|
|
DB_MSSQ_USER=sql-user
|
|
DB_MSSQ_PASSWORD=sql-password
|
|
DB_MSSQ_PORT=1433
|
|
|
|
# ==========================================
|
|
# CONFIGURACIÓN GENERAL
|
|
# ==========================================
|
|
WEBHOOK_URL_NOTIFICATION=https://webhook-url-placeholder
|
|
|
|
# ==========================================
|
|
# CONFIGURACIÓN DE FTP
|
|
# ==========================================
|
|
FTP_BASE_URL=https://000oqta.rcomhost.com
|
|
FTP_BASE_PATH=/www/imglm/2026/
|
|
FTP_000oqta_SERVER=000oqta.rcomhost.com
|
|
FTP_000oqta_USER=ftp-user
|
|
FTP_000oqta_PASSWORD=ftp-password
|
|
|
|
# ==========================================
|
|
# CONFIGURACIÓN DE KAFKA
|
|
# ==========================================
|
|
KAFKA_USE_SSL=False
|
|
BOOTSTRAP_SERVERS_DOCKER=kafka-kraft:9092
|
|
SECURITY_PROTOCOL=SASL_SSL
|
|
SASL_MECHANISM=SCRAM-SHA-256
|
|
SASL_PLAIN_USERNAME=pipelines
|
|
SASL_PLAIN_PASSWORD=kafka-password
|
|
SSL_CAFILE=/path/to/ca-cert.pem
|
|
SSL_CHECK_HOSTNAME=False
|