# MeiliBridge Environment Variables
# Copy this file to .env for local development
# PostgreSQL Configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5433
POSTGRES_DB=meilibridge_dev
POSTGRES_USER=replication_user
POSTGRES_PASSWORD=replication_password
# Meilisearch Configuration
MEILI_URL=http://localhost:7700
MEILI_MASTER_KEY=meilibridge_dev_master_key
# Redis Configuration
REDIS_URL=redis://localhost:6380
# Application Configuration
RUST_LOG=meilibridge=debug,info
MEILIBRIDGE_CONFIG=config.yaml
MEILIBRIDGE_LOG_LEVEL=debug