From 39a4d031c71c989940419f8299bd1706c8cc0874 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 13 Jan 2017 08:24:12 -0700 Subject: [PATCH] Adjusted for new wiki page --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e005c314f..79c523925 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Facebook Login enabled app. - `TALK_SMTP_HOST` (*required for email*) - SMTP host url with format `smtp.domain.com`. - `TALK_SMTP_PORT` (*required for email*) - SMTP port. -During development mode, you can use the command `npm run dev-start` which will load environment variables from a file named .env in the present working directory. +Refer to the wiki page on [Configuration Loading](https://github.com/coralproject/talk/wiki/Configuration-Loading) for +alternative methods of loading configuration during development. ### License