forked from mycurelabs/monobase-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 800 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 800 Bytes
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
# Environment Variables Template
# Copy this file to .env.local and fill in your actual values
# .env.local is gitignored and safe for secrets
# DigitalOcean API Token
# Get from: https://cloud.digitalocean.com/account/api/tokens
# DIGITALOCEAN_TOKEN=dop_v1_your_token_here
# AWS Credentials (if using AWS)
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key
# AWS_DEFAULT_REGION=us-east-1
# Azure Credentials (if using Azure)
# ARM_CLIENT_ID=your_client_id
# ARM_CLIENT_SECRET=your_client_secret
# ARM_SUBSCRIPTION_ID=your_subscription_id
# ARM_TENANT_ID=your_tenant_id
# GCP Credentials (if using GCP)
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
# GOOGLE_PROJECT=your_project_id
# GitHub Token (for GitHub integration)
# GITHUB_TOKEN=ghp_your_token_here