-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.env.template
More file actions
19 lines (16 loc) · 989 Bytes
/
Copy pathdeploy.env.template
File metadata and controls
19 lines (16 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ===========================================================================
# CUSTOM DATA COMMONS - DEPLOYMENT CONFIGURATION TEMPLATE
# Copy this file to 'deploy.env' and fill in your values before running deploy.sh
# ===========================================================================
# 1. Core GCP Project Settings
PROJECT_ID="custom-data-commons"
REGION="us-central1"
INSTANCE="india" # DNS-safe label (e.g. india, karnataka, usa)
# 2. Third-Party API Keys
DC_API_KEY="YOUR_DC_API_KEY" # Data Commons API Key
MAPS_API_KEY="YOUR_MAPS_API_KEY" # Google Maps API Key
GEMINI_API_KEY="YOUR_GEMINI_KEY" # Gemini API Key (e.g. from Google AI Studio)
# 3. Identity-Aware Proxy (IAP) Access Control
# Comma-separated list of authorized groups or users (prefixed with group: or user:)
# Example: "group:datcom-core@google.com,group:datcom-india-extended@google.com"
IAP_AUTHORIZED_MEMBERS="group:datcom-core@google.com,group:datcom-india-extended@google.com"