# Test Environment Configuration # Copy this file to .env.test for test database isolation # Only overrides specific test variables - other values inherited from .env # PostgreSQL - Test Database DIRECT_URL="postgresql://postgres:postgres@localhost:5432/langfuse_test" DATABASE_URL="postgresql://postgres:postgres@localhost:5432/langfuse_test" # ClickHouse - Use Default Database for now, nothing set # Redis - Test Database (database 1 for isolation) REDIS_CONNECTION_STRING="redis://:myredissecret@127.0.0.1:6379/1"