Files
Kordant/.env.prod.example

19 lines
335 B
Plaintext

# Database
DATABASE_URL=libsql://your-db.turso.io
DATABASE_AUTH_TOKEN=your-token
# API Keys
HIBP_API_KEY=""
RESEND_API_KEY=""
# Docker (for deployment)
DOCKER_TAG=latest
GITHUB_REPOSITORY_OWNER=kordant
# Azure Speech Services (VoicePrint / Voice Clone Detection)
AZURE_SPEECH_KEY=""
AZURE_SPEECH_REGION="eastus"
# Server
PORT=3000