Álvaro Valenzuela Valdes commited on
Commit
439261e
·
1 Parent(s): ed3dd1d

security: Remove sensitive .env file from repository

Browse files
Files changed (1) hide show
  1. backend/.env +0 -10
backend/.env DELETED
@@ -1,10 +0,0 @@
1
- # Backend configuration
2
- MERCADO_PUBLICO_TICKET=99B4CA8C-C1DF-4E3F-B5CF-C1672D432A91
3
- GEMINI_API_KEY=AIzaSyCyNz0JMBqbvO9-jVTtGex5UY1C5iKuzT0
4
- GEMINI_MODEL=gemini-1.5-flash
5
-
6
- # Database configuration
7
- DATABASE_URL=mysql+pymysql://root:@localhost/andesai_db
8
-
9
- # Frontend configuration
10
- NEXT_PUBLIC_API_BASE=http://localhost:8000