-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (22 loc) · 1.12 KB
/
env.example
File metadata and controls
28 lines (22 loc) · 1.12 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
# ============================================================================
# Databricks App Environment Configuration
# ============================================================================
# Copy this file to .env.local and fill in your values:
# cp env.example .env.local
#
# IMPORTANT: Never commit .env.local to version control!
# ============================================================================
# Authentication Type: "pat" or "databricks-cli"
DATABRICKS_AUTH_TYPE=pat
# For PAT Authentication (DATABRICKS_AUTH_TYPE=pat)
# Get your token from: Workspace > User Settings > Access Tokens
DATABRICKS_HOST=https://your-workspace.cloud.databricks.com
DATABRICKS_TOKEN=your-personal-access-token
# For CLI Profile Authentication (DATABRICKS_AUTH_TYPE=databricks-cli)
# Configure with: databricks auth login --host <workspace-url> --profile <name>
# DATABRICKS_CONFIG_PROFILE=your-profile-name
# App Configuration
DATABRICKS_APP_NAME=my-databricks-app
# Optional: Custom source code path in workspace
# Default: /Workspace/Users/<your-email>/<app-name>
# DBA_SOURCE_CODE_PATH=/Workspace/Users/you@company.com/my-app