Big-Link-Man/env.example

49 lines
1.4 KiB
Plaintext

# Database Configuration
DATABASE_URL=sqlite:///./content_automation.db
# AI Service Configuration
AI_API_KEY=your_ai_service_api_key_here
AI_API_BASE_URL=https://api.openai.com/v1
AI_MODEL=gpt-4
# AWS S3 Configuration
AWS_ACCESS_KEY_ID=your_aws_access_key_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_key_here
AWS_REGION=us-east-1
# Azure Blob Storage Configuration
AZURE_STORAGE_ACCOUNT_NAME=your_azure_account_name_here
AZURE_STORAGE_ACCOUNT_KEY=your_azure_account_key_here
# Bunny.net Configuration
BUNNY_API_KEY=your_bunny_api_key_here
BUNNY_STORAGE_ZONE=your_bunny_zone_here
# Digital Ocean Spaces Configuration
DO_SPACES_ACCESS_KEY=your_do_spaces_key_here
DO_SPACES_SECRET_KEY=your_do_secret_key_here
DO_SPACES_REGION=nyc3
DO_SPACES_ENDPOINT=https://nyc3.digitaloceanspaces.com
# Linode Object Storage Configuration
LINODE_ACCESS_KEY=your_linode_access_key_here
LINODE_SECRET_KEY=your_linode_secret_key_here
LINODE_REGION=us-east-1
# Backblaze B2 Configuration
B2_APPLICATION_KEY_ID=your_b2_key_id_here
B2_APPLICATION_KEY=your_b2_application_key_here
B2_BUCKET_NAME=your_b2_bucket_name_here
# Cloudflare Pages Configuration
CLOUDFLARE_API_TOKEN=your_cloudflare_token_here
CLOUDFLARE_ACCOUNT_ID=your_cloudflare_account_id_here
# Link Building Machine API
LINK_BUILDER_API_URL=http://localhost:8001/api
LINK_BUILDER_API_KEY=your_link_builder_api_key_here
# Application Configuration
LOG_LEVEL=INFO
ENVIRONMENT=development