Álvaro Valenzuela Valdes commited on
Commit
3ca2f55
·
1 Parent(s): 59d503e

Force added backend .env

Browse files
Files changed (1) hide show
  1. backend/.env +10 -0
backend/.env ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
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