Commit a5de080
authored
`bash nano apps/sim/.env
# -------------------------------
# Core Application
# -------------------------------
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/simstudio
PORT=3000
SOCKET_PORT=3002
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -------------------------------
# Authentication & Security
# -------------------------------
BETTER_AUTH_SECRET=4f8c9a7d2b6e4a1f9c3d7e8a5b2c6d9f
BETTER_AUTH_URL=http://localhost:3000
ENCRYPTION_KEY=7e2d4c9f1a3b5d8c6f0e9a2b4d7c8f1a
INTERNAL_API_SECRET=9c8d7e6f5a4b3c2d1e0f9a8b7c6d5e4f
API_ENCRYPTION_KEY=2a4b6c8d0e1f3a5c7d9b2e4f6a8c0d1e
# -------------------------------
# Logging & Monitoring
# -------------------------------
LOG_LEVEL=info
ENABLE_AUDIT_LOGS=true
# -------------------------------
# Copilot Integration
# -------------------------------
COPILOT_API_KEY=your_copilot_api_key_here
# -------------------------------
# Database & Caching
# -------------------------------
POSTGRES_PORT=5432
REDIS_URL=redis://localhost:6379
# -------------------------------
# Email & Notifications
# -------------------------------
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=587
SMTP_USER=test_user
SMTP_PASS=test_pass
NOTIFY_EMAIL=alerts@yourdomain.com
# -------------------------------
# Telephony / Call Handling
# -------------------------------
TWILIO_ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=+15551234567
# -------------------------------
# AI / Model Integration
# -------------------------------
OLLAMA_URL=http://host.docker.internal:11434
VLLM_BASE_URL=http://localhost:8000
VLLM_API_KEY=your_vllm_api_key_here1 parent a8c6404 commit a5de080
File tree
11 files changed
+2843
-0
lines changed- `bash nano apps/sim
11 files changed
+2843
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Binary file not shown.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments