Base Principal del Proyecto
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://checklist_user:checklist_pass_2024@localhost:5432/checklist_db
|
||||
|
||||
# Backend
|
||||
SECRET_KEY=your-super-secret-key-min-32-characters-change-this
|
||||
ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=10080
|
||||
|
||||
# OpenAI API
|
||||
OPENAI_API_KEY=sk-your-openai-api-key-here
|
||||
|
||||
# Environment
|
||||
ENVIRONMENT=development
|
||||
|
||||
# Frontend
|
||||
VITE_API_URL=http://localhost:8000
|
||||
Reference in New Issue
Block a user