From 1022e23a0ddb86c14daec27ba26b002f06bdc27d Mon Sep 17 00:00:00 2001 From: egutierrez Date: Fri, 9 May 2025 19:47:41 +0200 Subject: [PATCH] chore: Remove .env file containing sensitive database and project configuration --- config/.env | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config/.env diff --git a/config/.env b/config/.env deleted file mode 100644 index 26dde4c..0000000 --- a/config/.env +++ /dev/null @@ -1,14 +0,0 @@ -# Tipo de base de datos -DB_TITLE=Production_Fitz_db -DB_USER=postgres -DB_PASSWORD=7Souw9SFD5P5RYpRWuTVvFkY7zlxATcN -DB_HOST=localhost -DB_PORT=5432 -DB_NAME=fitz_db - - -# Contraseña maestra de la aplicacion -MASTER_PASSWORD=¤òAíÀÇ®8IgÄËïºÅ2a3duÎ4Ô¯5¦ï¤ç··sôÃmL9xWß - -#Ruta del proyecto -PROJECT_PATH= E:\Fitz_Studio \ No newline at end of file