# test Service Configuration

# Service Port
TEST_PORT=3001

# Database
DATABASE_CONNECTION=shared


# Authentication
SERVICE_AUTH_STRATEGY=api-key
SERVICE_AUTH_KEY=your-auth-key-here

# Tracing
SERVICE_TRACING_ENABLED=true
SERVICE_TRACING_SAMPLING_RATE=1.0

# Logging
LOG_LEVEL=info
