A community based topic aggregation platform built on atproto
1# Test Environment Configuration 2# This file contains environment variables for running tests 3# Copy this file to .env.test and update with your actual values 4 5# Test Database Configuration 6TEST_DATABASE_URL=postgres://your_test_user:your_test_password@localhost:5434/coves_test?sslmode=disable 7 8# Test Server Configuration (if needed) 9TEST_PORT=8081 10 11# Test CAR Storage Directory 12TEST_CAR_STORAGE_DIR=/tmp/coves_test_carstore