MKK25 commited on
Commit
91ea556
·
verified ·
1 Parent(s): f836b0e

Delete .env

Browse files
Files changed (1) hide show
  1. .env +0 -54
.env DELETED
@@ -1,54 +0,0 @@
1
- # Auth Microservice Environment Configuration
2
-
3
- # Application Settings
4
- APP_NAME=Auth Microservice
5
- APP_VERSION=1.0.0
6
- DEBUG=false
7
-
8
- # MongoDB Configuration
9
- MONGODB_URI=mongodb+srv://insightfy:k0KXafAbV8A8NmQK@cluster0.2shrc.mongodb.net/?retryWrites=true&w=majority
10
- MONGODB_DB_NAME=cuatrolabs
11
-
12
- # Redis Configuration (for caching and session management)
13
- REDIS_HOST=redis-13036.c84.us-east-1-2.ec2.redns.redis-cloud.com
14
- REDIS_PORT=13036
15
- REDIS_PASSWORD=vLiMNdXeJZtvRUKUbk0Ck4HeGchzeHP6
16
- REDIS_DB=0
17
-
18
-
19
- # JWT Configuration
20
- SECRET_KEY=6a2b3c4d5e6f7g8h9i0k
21
- ALGORITHM=HS256
22
- TOKEN_EXPIRATION_HOURS=8
23
- REFRESH_TOKEN_EXPIRE_DAYS=7
24
- MAX_FAILED_LOGIN_ATTEMPTS=5
25
- ACCOUNT_LOCK_DURATION_MINUTES=15
26
- REMEMBER_ME_TOKEN_HOURS=24
27
-
28
- # API Configuration
29
- MAX_PAGE_SIZE=100
30
-
31
- # OTP Configuration
32
- OTP_TTL_SECONDS=600
33
- OTP_RATE_LIMIT_MAX=10
34
- OTP_RATE_LIMIT_WINDOW=600
35
-
36
- # Twilio Configuration (for SMS OTP)
37
- TWILIO_ACCOUNT_SID=
38
- TWILIO_AUTH_TOKEN=
39
- TWILIO_PHONE_NUMBER=
40
-
41
- # SMTP Configuration (for email notifications)
42
- SMTP_HOST=
43
- SMTP_PORT=587
44
- SMTP_USERNAME=
45
- SMTP_PASSWORD=
46
- SMTP_FROM_EMAIL=
47
- SMTP_USE_TLS=true
48
-
49
- # Logging Configuration
50
- LOG_LEVEL=INFO
51
-
52
- # CORS Settings
53
- CORS_ORIGINS=["http://localhost:3000","http://localhost:8000","http://localhost:8002"]
54
-