This commit is contained in:
johnpccd 2025-05-24 18:52:11 +02:00
parent 68da24b20b
commit dc91d89ecc
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ CORS_ORIGINS=*
# Database Settings # Database Settings
# Firestore settings # Firestore settings
FIRESTORE_PROJECT_ID=gen-lang-client-0424120530 FIRESTORE_PROJECT_ID=gen-lang-client-0424120530
FIRESTORE_DATABASE_NAME=imagedb FIRESTORE_DATABASE_NAME=sereact-imagedb
FIRESTORE_CREDENTIALS_FILE=firestore-credentials.json FIRESTORE_CREDENTIALS_FILE=firestore-credentials.json
# Google Cloud Firestore Settings (used when DATABASE_TYPE=firestore) # Google Cloud Firestore Settings (used when DATABASE_TYPE=firestore)

View File

@ -2,7 +2,7 @@ project_id = "your-gcp-project-id"
region = "us-central1" region = "us-central1"
zone = "us-central1-a" zone = "us-central1-a"
storage_bucket_name = "your-app-storage-bucket" storage_bucket_name = "your-app-storage-bucket"
firestore_db_name = "imagedb" firestore_db_name = "sereact-imagedb"
# Vector Database Configuration # Vector Database Configuration
qdrant_api_key = "your-secure-api-key-here" # Optional: leave empty for no authentication qdrant_api_key = "your-secure-api-key-here" # Optional: leave empty for no authentication