32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# Microsoft E5 Auto-Renewal Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
# DO NOT commit .env to version control
|
|
|
|
# === Project Configuration ===
|
|
# Nombre del proyecto (usado para prefijos de contenedores y redes)
|
|
# Para múltiples instancias, usa nombres diferentes: instancia1, instancia2, etc.
|
|
# Por defecto: onedrive
|
|
# COMPOSE_PROJECT_NAME=onedrive
|
|
|
|
# Puerto expuesto para el motor (por defecto: 8089)
|
|
# Para múltiples instancias, usa puertos diferentes: 8089, 8090, 8091, etc.
|
|
# ENGINE_PORT=8089
|
|
|
|
# === 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 (se genera automáticamente si no se especifica)
|
|
# CRON_IP=odengin:8080
|
|
|
|
# Authentication
|
|
CRON_PASSWORD=your_cron_password_here
|
|
CRON_REFRESH_TOKEN=your_cron_refresh_token_here
|