-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
56 lines (49 loc) · 1.87 KB
/
Copy path.env.example
File metadata and controls
56 lines (49 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Required — GCP
GCP_PROJECT=your-gcp-project
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# Required — Storage (globally unique, no defaults)
GRIDS_BUCKET=your-grids-bucket
EXPORTS_BUCKET=your-exports-bucket
RASTERS_BUCKET=your-rasters-bucket
TABLES_BUCKET=your-tables-bucket
INVENTORIES_BUCKET=your-inventories-bucket
FEATURES_BUCKET=your-features-bucket
OSM_BUCKET=your-osm-bucket
UPLOADS_BUCKET=your-uploads-bucket
POINT_CLOUDS_BUCKET=your-pointclouds-bucket
TEST_BUCKET=your-test-bucket
# GCS path to the DUET binary (restricted; fetched at runtime by treevox, never
# committed). For local runs on non-amd64 hardware, set DUET_BINARY_PATH instead
# to a native build to skip the download.
DUET_BINARY_GCS=gs://your-executables-bucket/duet_v2.1_FF_linux.exe
# Optional — Non-sensitive config (defaults shown)
# GCP_REGION=us-west1
# DEPLOYMENT_ENV=local
# INFRA_ENV=dev
# Optional — Firestore collections (defaults shown)
# DOMAINS_COLLECTION=domains-v2
# GRIDS_COLLECTION=grids-v2
# INVENTORIES_COLLECTION=inventories-v2
# EXPORTS_COLLECTION=exports-v2
# KEYS_COLLECTION=keys-v2
# APPLICATIONS_COLLECTION=applications-v2
# POINT_CLOUDS_COLLECTION=pointclouds-v2
# CREATE_BUDGETS_COLLECTION=create-budgets-v2
# Optional — Cloud Tasks (defaults shown)
# GRIDDLE_QUEUE=griddle-queue
# EXPORTER_QUEUE=exporter-v2-queue
# STANDGEN_QUEUE=standgen-v2-queue
# TREEVOX_QUEUE=treevox-v2-queue
# LAKITU_QUEUE=lakitu-v2-queue
# GRIDDLE_SERVICE=griddle-v2
# EXPORTER_SERVICE=exporter-v2
# STANDGEN_SERVICE=standgen-v2-dev
# TREEVOX_SERVICE=treevox-v2-dev
# UPLOADER_SERVICE=uploader-v2-dev
# LAKITU_SERVICE=lakitu-v2-dev
# Optional — Point cloud fetch limits (defaults shown)
# Maximum points a single 3DEP fetch may return. The output LAZ is assembled in
# memory, so this bounds the lakitu worker's peak memory.
# LAKITU_MAX_POINTS=200000000
# Testing
# TEST_API_KEY=your-test-key-secret