backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GEMINI_API_KEY
secret
─── Gemini Configuration ─────────────────────────────────────────────────────
GEMINI_MODEL_NAME
GEMINI_INPUT_SAMPLE_RATE
GEMINI_OUTPUT_SAMPLE_RATE
GEMINI_ENABLE_AUDIO
HOST
─── Server Configuration ─────────────────────────────────────────────────────
PORT
LOG_LEVEL
APPLICATION_ID
─── Application Defaults ─────────────────────────────────────────────────────
WELCOME_MESSAGE
MANUAL_OVERRIDE_DEFAULT
─── Feature Flags ──────────────────────────────────────────────────────────── Set to true to start in manual override mode (won't…
brew install flyctl && fly launch --from https://github.com/ayush016/voicemockserver
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayush016/voicemockserver
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayush016/voicemockserver