Files
azure-gpt-cursor/.env.example
T
gabrii 8a87d0033b Squash everything befor release.
Some past commits might have contained Cursor's IP or accidentally
commited API keys. Before making the repository public, all the history
has been squashed into a single commit with.
2025-09-14 17:38:55 +02:00

20 lines
438 B
Bash

# Environment variables for local development
FLASK_APP=autoapp.py
FLASK_DEBUG=1
FLASK_ENV=development
GUNICORN_WORKERS=1
LOG_LEVEL=debug
RECORD_TRAFFIC=off
# Arbitrary API key to protect your service.
SERVICE_API_KEY=change-me
# Mandatory Azure settings
AZURE_BASE_URL=https://change-me.openai.azure.com
AZURE_API_KEY=change-me
AZURE_DEPLOYMENT=gpt-5
# Optional Azure settings
AZURE_API_VERSION=
AZURE_SUMMARY_LEVEL=
AZURE_TRUNCATION=