added example env file

This commit is contained in:
2026-03-11 10:02:55 -04:00
parent 15d35cff66
commit c95fd7d424

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Server
PORT=3000
ADMIN_KEY=your-admin-key-here
# AI ROI Estimator (OpenAI-compatible API)
AI_API_URL=https://integrate.api.nvidia.com/v1
AI_API_KEY=your_nvidia_api_key_here
AI_MODEL=qwen/qwen3.5-397b-a17b
# Set to 'true' to enable detailed AI prompt/response logging
AI_DEBUG=false