From 69b5d27c99d83db3112fd7385e2ddaf92f2e9441 Mon Sep 17 00:00:00 2001 From: Faraz Fazli Date: Thu, 9 Feb 2017 09:23:22 -0500 Subject: [PATCH] Change fromAddress to be set from "config.js" Before this file stated to modify the from address in lib/text.js when in fact the address is configured in lib/config.js and then the configuration variable is imported into the text.js file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec19c4d..9d50ea8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Textbelt also depends on a local installation of `mutt`, the email client (http: By default, the server listens on port 9090 and is configured to accept traffic from a reverse proxy or load balancer such as nginx. To enable accurate IP rate limiting, the reverse proxy should be configured to set the `X-Real-IP` header. -Don't forget to set `fromAddress` in `lib/text.js` to the email address you want to send from. +Don't forget to set `fromAddress` in `lib/config.js` to the email address you want to send from. ### Canadian and International endpoints