pinkycollie commited on
Commit
fb14815
·
verified ·
1 Parent(s): ac6f50a

Delete .env.example

Browse files
Files changed (1) hide show
  1. .env.example +0 -35
.env.example DELETED
@@ -1,35 +0,0 @@
1
- # Database Configuration
2
- DATABASE_URL=postgresql://user:password@localhost:5432/deafirst
3
- DEAFAUTH_DATABASE_URL=postgresql://user:password@localhost:5432/deafauth
4
-
5
- # Redis Configuration
6
- REDIS_URL=redis://localhost:6379
7
-
8
- # JWT Configuration
9
- JWT_SECRET=change-this-to-a-secure-secret-key
10
- JWT_EXPIRY=7d
11
-
12
- # Frontend Configuration
13
- VITE_API_URL=http://localhost:3000
14
- VITE_WS_URL=ws://localhost:3001
15
-
16
- # Service Ports
17
- BACKEND_PORT=3000
18
- DEAFAUTH_PORT=3002
19
- PINKSYNC_PORT=3003
20
- FIBONROSE_PORT=3004
21
- A11Y_PORT=3005
22
- AI_PORT=3006
23
-
24
- # AI Services
25
- OPENAI_API_KEY=your-openai-api-key-here
26
-
27
- # Node Environment
28
- NODE_ENV=development
29
-
30
- # Logging
31
- LOG_LEVEL=info
32
-
33
- # Webhook Configuration
34
- WEBHOOK_SECRET=your-webhook-secret-key-here
35
- XANO_WEBHOOK_SECRET=your-xano-webhook-secret