-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser-config.yaml.example
More file actions
58 lines (50 loc) · 2.91 KB
/
user-config.yaml.example
File metadata and controls
58 lines (50 loc) · 2.91 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
57
58
# =============================================================================
# Vibe Coding Workshop - User Configuration (EXAMPLE)
# =============================================================================
# Copy this file to user-config.yaml and fill in your values:
# cp user-config.yaml.example user-config.yaml
#
# Or run the installer which generates it automatically:
# ./vibe2value install
# =============================================================================
workspace:
host: "https://your-workspace.cloud.databricks.com"
profile: "" # Databricks CLI profile (leave empty for default)
database:
backend: "lakebase" # "lakebase" (default) or "dbsql" (Databricks SQL + Delta tables)
lakebase:
mode: "autoscaling" # "autoscaling" (default, scale-to-zero) or "provisioned" (fixed CU)
instance_name: "vibe-coding-workshop-lakebase" # Project name (Autoscaling) or instance name (Provisioned)
catalog: "vibe_coding_workshop_catalog"
create_catalog: "false" # Set to "true" to register Lakebase as a UC catalog (needs CREATE CATALOG permission; defaults to "true" if omitted)
schema: "vibe_coding_workshop"
database: "databricks_postgres"
warehouse: "" # Name of your SQL warehouse
uc_catalog: "vibe_coding_workshop_lakebase"
min_cu: "0.5" # Autoscaling: min compute units (minimum 0.5 CU)
max_cu: "2" # Autoscaling: max compute units
endpoint_name: "" # Auto-discovered during deploy (Autoscaling only)
app:
name: "vibe-coding-workshop-app"
serving_endpoint: "databricks-claude-sonnet-4-5"
user:
email: "" # Auto-discovered during install
tags:
project: "vibe_coding_workshop" # Project identifier applied to all resources
environment: "" # Auto-set from target (development/production)
managed_by: "vibe2value" # Deployment toolchain identifier
custom_tags: "" # Additional tags (comma-separated key=value pairs)
# Branding (optional — auto-extracted during install from customer website URL)
branding:
customer_url: "" # Customer website URL (e.g. https://www.databricks.com)
company_name: "" # Auto-extracted company name
logo_url: "" # Auto-extracted logo URL
primary_color: "" # Auto-extracted hex color (e.g. #00274D)
secondary_color: "" # Auto-extracted secondary hex color
accent_color: "" # Auto-extracted accent hex color
# Metadata (managed by vibe2value, do not edit manually)
_metadata:
installed_at: ""
installer_version: "1.0.0"
target: "user" # Bundle deploy target (must match a target in databricks.yml)
created_resources: [] # Tracks what the installer created for uninstall