PORT  = 3400
MONGO_URL = "mongodb://127.0.0.1:27017/SMS"
CLIENT_URL = "http://localhost:5173" 
JWT_SECRET = "secret@key#123"