first to addDB service

This commit is contained in:
2025-06-15 20:20:54 +01:00
parent 873280d027
commit 9d5fb3f5be
6 changed files with 266 additions and 2 deletions

View File

@@ -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