Actualizar la configuración del README.md, agregar archivo .env.example y mejorar el .gitignore

This commit is contained in:
2025-12-07 12:13:25 -05:00
parent 9eca2c2493
commit 70f94c8897
4 changed files with 157 additions and 33 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# Microsoft E5 Auto-Renewal Configuration
# Copy this file to .env and fill in your actual values
# DO NOT commit .env to version control
# === Engine (odengin) Configuration ===
# Microsoft Azure credentials
E5_CLIENT_ID=your_client_id_here
E5_CLIENT_SECRET=your_client_secret_here
E5_REFRESH_TOKEN=your_refresh_token_here
# Web application passwords
WEB_APP_PASSWORD=your_secure_password_here
E5_WEB_APP_PASSWORD=your_e5_password_here
# === Cron Service (odcron) Configuration ===
# Engine connection
CRON_IP=odengin:8080
# Authentication
CRON_PASSWORD=your_cron_password_here
CRON_REFRESH_TOKEN=your_cron_refresh_token_here