From ae4f9650f0e853125c45ce5df8d0c95d0588b3a1 Mon Sep 17 00:00:00 2001 From: groales Date: Tue, 2 Dec 2025 18:49:21 +0100 Subject: [PATCH] =?UTF-8?q?Eliminar=20.env.example=20-=20configuraci=C3=B3?= =?UTF-8?q?n=20directa=20en=20compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 311e154..0000000 --- a/.env.example +++ /dev/null @@ -1,19 +0,0 @@ -# Ejemplo de variables de entorno para NGINX Proxy Manager - -# Zona horaria -TZ=Europe/Madrid - -# Puertos (descomentar si quieres cambiarlos) -# HTTP_PORT=80 -# HTTPS_PORT=443 -# ADMIN_PORT=81 - -# Base de datos externa (opcional - descomentar si usas MySQL/PostgreSQL) -# DB_MYSQL_HOST=mysql -# DB_MYSQL_PORT=3306 -# DB_MYSQL_USER=npm -# DB_MYSQL_PASSWORD=npm_password -# DB_MYSQL_NAME=npm - -# Deshabilitar IPv6 (descomentar si tienes problemas con IPv6) -# DISABLE_IPV6=true