20 lines
478 B
Plaintext
20 lines
478 B
Plaintext
# Congress API Configuration
|
|
CONGRESS_API_KEY=your_legiscan_api_key_here
|
|
CONGRESS_API_BASE_URL=https://api.legiscan.com
|
|
|
|
# GPT-OSS Configuration
|
|
GPT_OSS_BASE_URL=http://home.ms:4000/v1
|
|
GPT_OSS_API_KEY=your_gpt_oss_api_key_here
|
|
|
|
# Backend Application Settings
|
|
BACKEND_PORT=8001
|
|
APP_ENV=development
|
|
LOG_LEVEL=info
|
|
|
|
# Frontend Configuration
|
|
VITE_FRONTEND_PORT=5174
|
|
VITE_API_URL=http://localhost:8001
|
|
VITE_APP_TITLE=Voting App
|
|
|
|
# Docker Configuration
|
|
COMPOSE_PROJECT_NAME=voting-app |