10 lines
226 B
Bash
10 lines
226 B
Bash
OPENAI_API_KEY=
|
|
DEEPSEEK_API_KEY=
|
|
|
|
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=paper_analysis
|
|
DB_USER=paper_analysis
|
|
DB_PASSWORD=xyz
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/paper_analysis |