forked from Marcel-Miciak/forge-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 1.2 KB
/
Copy path.env.example
File metadata and controls
42 lines (34 loc) · 1.2 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
# FLUID CLI Environment Variables
# Copy this to .env and set your actual values
# NAS / Infrastructure Configuration
# These are used by the build pipeline, Docker image builder, and install scripts
NAS_HOST=your_nas_ip_or_hostname
NAS_SSH_USER=khyana_ai
PYPI_PORT=8080
# FLUID Command Center API Configuration
FLUID_CC_ENDPOINT=http://localhost:8000
FLUID_API_KEY=your_api_key_here
# Alternative: Bearer Token Authentication
# FLUID_BEARER_TOKEN=your_bearer_token_here
# GCP Provider Configuration
# GCP_PROJECT_ID=your-gcp-project
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# AWS Provider Configuration
# AWS_REGION=us-east-1
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key
# Snowflake Provider Configuration
# SNOWFLAKE_ACCOUNT=your_account
# SNOWFLAKE_USER=your_user
# SNOWFLAKE_PASSWORD=your_password
# SNOWFLAKE_WAREHOUSE=COMPUTE_WH
# SNOWFLAKE_ROLE=optional_role_for_live_tests
#
# Optional live Snowflake governance smoke test
# This should point at a disposable or test-only database.
# FLUID_TEST_SNOWFLAKE_DATABASE=FLUID_TESTS
# Logging Configuration
# FLUID_LOG_LEVEL=INFO
# FLUID_LOG_FILE=/path/to/fluid.log
# Cache Configuration
# FLUID_CACHE_DIR=~/.fluid/cache