image_management_api/deployment/terraform/terraform.tfvars.example
2025-05-24 17:31:54 +02:00

10 lines
492 B
Plaintext

project_id = "your-gcp-project-id"
region = "us-central1"
zone = "us-central1-a"
storage_bucket_name = "your-app-storage-bucket"
firestore_db_name = "imagedb"
# Vector Database Configuration
qdrant_api_key = "your-secure-api-key-here" # Optional: leave empty for no authentication
allowed_cidr_blocks = "YOUR_IP_ADDRESS/32" # Replace with your IP or network range
use_static_ip = false # Set to true if you want a static IP