File size: 779 Bytes
c84994a
f6521ea
781898e
f6521ea
 
 
 
 
 
17119c6
 
 
 
 
 
 
ebe0f8b
f6521ea
54d88d7
f6521ea
54d88d7
b6da652
 
 
c6b5747
 
b6da652
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
# .env file
# MongoDB Configuration
MONGODB_URI="mongodb+srv://pein3214:[email protected]/"

# Email Configuration for SMTP Server
SMTP_USER="your_email_username"
SMTP_PASSWORD="your_email_password"
FROM_EMAIL="your_from_email_address"

SMTP_SERVER=smtp.your-email-provider.com
SMTP_PORT=587  # Use 587 for TLS or 465 for SSL
EMAIL_USER[email protected]
EMAIL_PASSWORD=your-email-password
EMAIL_FROM_NAME="Poultry Management System"
EMAIL_RECEIVER="[email protected]"  # default receiver for general notifications

JWT_SECRET_KEY="mypass"

# TensorFlow Settings
TF_ENABLE_ONEDNN_OPTS=0
TF_FORCE_GPU_ALLOW_GROWTH=true


# MODELS
DISEASE_MODEL_PATH=models/diseases.h5
AUTH_MODEL_PATH=models/auth.h5
LLAMA_MODEL_NAME=meta-llama/Llama-3.2-1B