Configuration

circle-info

Learn how to configure Sand Framework for your specific needs.

Environment Variables

Core Configuration

# API Configuration
API_HOST=0.0.0.0
API_PORT=8000
DEBUG=false
ENVIRONMENT=production  # development, staging, production

# Database
DATABASE_URL=postgresql://user:pass@localhost:5432/dbname
DATABASE_POOL_SIZE=20

# Message Broker
BROKER_URL=amqp://user:pass@rabbitmq:5672/
BROKER_POOL_LIMIT=10

AI Service Configuration

Analytics Configuration

Feature Flags

Configure features in config.yaml:

Logging Configuration

Cache Configuration

circle-exclamation

Last updated