Emmanuel Frimpong Asante commited on
Commit
06b0ff2
·
1 Parent(s): bd494d1

"Update space"

Browse files

Signed-off-by: Emmanuel Frimpong Asante <[email protected]>

Files changed (1) hide show
  1. .env +0 -27
.env DELETED
@@ -1,27 +0,0 @@
1
- # MongoDB Settings
2
- MONGO_URI=mongodb://localhost:27017
3
- DB_NAME=poultry_farm
4
-
5
- # JWT Settings
6
- SECRET_KEY=super_secret_key_here
7
- JWT_ALGORITHM=HS256
8
- JWT_EXPIRATION_HOURS=24
9
-
10
- # Email Settings (optional)
11
- EMAIL_HOST=smtp.your-email-provider.com
12
- EMAIL_PORT=587
13
- EMAIL_USE_TLS=True
14
15
- EMAIL_HOST_PASSWORD=your_secure_password
16
-
17
- # Log Level
18
- LOG_LEVEL=DEBUG
19
-
20
- # External API Key (optional)
21
- EXTERNAL_API_KEY=your_external_api_key_here
22
-
23
- # Upload Folder Path
24
- UPLOAD_FOLDER=/path/to/uploads
25
-
26
- # Pagination
27
- PAGINATION_LIMIT=10