# Database Configuration DATABASE_URL=postgresql://yottob:yottob_password@postgres:5432/yottob # Celery Configuration CELERY_BROKER_URL=redis://redis:6379/0 CELERY_RESULT_BACKEND=redis://redis:6379/0 # Flask Configuration FLASK_ENV=development # PostgreSQL Configuration (for docker-compose) POSTGRES_USER=yottob POSTGRES_PASSWORD=yottob_password POSTGRES_DB=yottob