17 lines
367 B
Plaintext
17 lines
367 B
Plaintext
# 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
|