Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 308 Bytes

Question It

Environment Variables

# API Specific
API_HOST=localhost
API_PORT=3000
WEBSITE_BASE_URL=http://localhost:5137

# App Specific
VITE_API_BASE_URL=http://localhost:3000

# Database Specific
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=password
DB_NAME=question-it