Skip to content

Commit 496840c

Browse files
committed
add .envexample
1 parent 4e8ee0d commit 496840c

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

.dvcignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.env.example

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,9 @@
1-
# Environment Variables Template for Chest Cancer Classification Project
2-
# Copy this file to .env and fill in your actual values
3-
4-
# ========================================
5-
# DAGSHUB & MLFLOW CONFIGURATION
6-
# ========================================
7-
# Get these values from your DagHub repository
8-
# Visit: https://dagshub.com/YOUR_USERNAME/YOUR_REPO/settings
91
DAGSHUB_REPO_OWNER=your_username_here
102
DAGSHUB_REPO_NAME=your_repo_name_here
113
DAGSHUB_USERNAME=your_dagshub_username
124
DAGSHUB_TOKEN=your_dagshub_token_here
135

14-
# MLflow Tracking URI (automatically generated based on repo)
156
MLFLOW_TRACKING_URI=https://dagshub.com/YOUR_USERNAME/YOUR_REPO.mlflow
167

17-
# ========================================
18-
# DATA SOURCE CONFIGURATION
19-
# ========================================
20-
# Google Drive file ID for dataset download
21-
# Extract from URL: https://drive.google.com/file/d/{FILE_ID}/view
228
DATASET_URL=https://drive.google.com/file/d/YOUR_FILE_ID_HERE/view?usp=sharing
239

24-
# ========================================
25-
# OPTIONAL: AWS/Cloud Storage (if migrating from Google Drive)
26-
# ========================================
27-
# AWS_ACCESS_KEY_ID=your_aws_access_key
28-
# AWS_SECRET_ACCESS_KEY=your_aws_secret_key
29-
# S3_BUCKET_NAME=your_bucket_name
30-
31-
# ========================================
32-
# DEPLOYMENT SECRETS (for production)
33-
# ========================================
34-
# API_SECRET_KEY=generate_random_secret_key_here
35-
# DATABASE_URL=your_database_connection_string

0 commit comments

Comments
 (0)