Skip to content

Configuration

Meer Hamza edited this page May 19, 2025 · 2 revisions

This section describes how to configure the Amazon Bid Master project.

Environment Variables

The following environment variables are required to run the project:

  • DATABASE_URL: The URL of the PostgreSQL database.
  • OPENAI_API_KEY: The API key for the OpenAI service.
  • ANTHROPIC_API_KEY: The API key for the Anthropic service.
  • GOOGLE_API_KEY: The API key for the Google Gemini service.

Settings

The following settings can be configured in the .env file:

  • PORT: The port on which the backend server will listen (default: 4000).
  • CLIENT_PORT: The port on which the frontend development server will listen (default: 3000).

Clone this wiki locally