From 7c4208fa163c17086ddcff0dc411109f38f0ac7a Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 8 Dec 2016 10:04:10 -1000 Subject: [PATCH 1/2] Update config notes --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0f217d89c..848dd989a 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,19 @@ Runs Talk. The Talk application requires specific configuration options to be available inside the environment in order to run, those variables are listed here: -- `TALK_SESSION_SECRET` (*required*) - a random string which will be used to - secure cookies -- `TALK_FACEBOOK_APP_ID` (*required*) - the Facebook app id for your Facebook - Login enabled app. -- `TALK_FACEBOOK_APP_SECRET` (*required*) - the Facebook app secret for your - Facebook Login enabled app. -- `TALK_ROOT_URL` (*required*) - Root url of the installed application externally available in the format: `://` without the path. +- `TALK_SESSION_SECRET` (*required*) - a random string which will be used to +secure cookies. +`TALK_FACEBOOK_APP_ID` (*required*) - the Facebook app id for your Facebook +Login enabled app. +`TALK_FACEBOOK_APP_SECRET` (*required*) - the Facebook app secret for your +Facebook Login enabled app. +`TALK_ROOT_URL` (*required*) - root url of the installed application externally +available in the format: `://` without the path. +`TALK_SMTP_PROVIDER` (*required*) - SMTP provider name. +`TALK_SMTP_USERNAME` (*required*) - username of the SMTP provider you are using. +`TALK_SMTP_PASSWORD` (*required*) - password for the SMTP provider you are using. +`TALK_SMTP_HOST` (*required*) - SMTP host url with format `smtp.domain.com`. +`TALK_SMTP_PORT` (*required*) - SMTP port. ### Running with Docker Make sure you have Docker running first and then run `docker-compose up -d` From 1c5dffc94cd975d4b082db9b8ac71c44b0cf22ae Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 8 Dec 2016 10:05:38 -1000 Subject: [PATCH 2/2] Add product links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 848dd989a..6589cddb9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ A commenting platform from The Coral Project. [https://coralproject.net](https:/ ## Contributing to Talk +### Product Roadmap +You can view what the Coral Team is working on next here: https://www.pivotaltracker.com/n/projects/1863625 + +You can view product ideas and our longer term roadmap here: https://trello.com/b/ILND751a/talk + ### Local Dependencies Node Mongo