# WARNING: These are example test credentials for local integration testing. # Copy this file to .env.test and customize the values for your local environment. # NEVER use these credentials in any shared environment or commit .env.test to git. DATABASE_URL="postgresql://test:test@localhost:5432/test" ENCRYPTION_KEY="test-encryption-key-32-characters" JWT_SECRET="test-jwt-secret" INSTANCE_NAME="Test Instance" INSTANCE_URL="https://test.example.com"