first to addDB service
This commit is contained in:
10
.env.example
10
.env.example
@@ -12,3 +12,13 @@ AI_HANDLER_URL="http://ai_service:8000"
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
AI_HANDLER_TOKEN=common_token_here
|
||||
|
||||
# db_service
|
||||
LOG_TOKEN=your_log_token_here
|
||||
|
||||
|
||||
# PostgreSQL Configuration
|
||||
POSTGRES_USER=database_user
|
||||
POSTGRES_PASSWORD=database_password
|
||||
POSTGRES_DB=database_name
|
||||
POSTGRES_HOST=postgres
|
||||
Reference in New Issue
Block a user