-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Meer Hamza edited this page May 19, 2025
·
2 revisions
This section describes how to configure the Amazon Bid Master project.
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.
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).