From dc91d89eccc92be2bb360e6add751c8d84ce4a5a Mon Sep 17 00:00:00 2001 From: johnpccd Date: Sat, 24 May 2025 18:52:11 +0200 Subject: [PATCH] cp --- .env.example | 2 +- deployment/terraform/terraform.tfvars.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 83e7e4a..a2a2d2e 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ CORS_ORIGINS=* # Database Settings # Firestore settings FIRESTORE_PROJECT_ID=gen-lang-client-0424120530 -FIRESTORE_DATABASE_NAME=imagedb +FIRESTORE_DATABASE_NAME=sereact-imagedb FIRESTORE_CREDENTIALS_FILE=firestore-credentials.json # Google Cloud Firestore Settings (used when DATABASE_TYPE=firestore) diff --git a/deployment/terraform/terraform.tfvars.example b/deployment/terraform/terraform.tfvars.example index 2916e6d..d8f81d6 100644 --- a/deployment/terraform/terraform.tfvars.example +++ b/deployment/terraform/terraform.tfvars.example @@ -2,7 +2,7 @@ project_id = "your-gcp-project-id" region = "us-central1" zone = "us-central1-a" storage_bucket_name = "your-app-storage-bucket" -firestore_db_name = "imagedb" +firestore_db_name = "sereact-imagedb" # Vector Database Configuration qdrant_api_key = "your-secure-api-key-here" # Optional: leave empty for no authentication