cp
This commit is contained in:
parent
68da24b20b
commit
dc91d89ecc
@ -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)
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user