From b6fba9cc4c196f7d6c30ac53fb5ed3477aaaa92f Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Sat, 15 Jun 2013 00:02:13 +0200 Subject: [PATCH] Improve information about ENV configuration --- docs/ENV-VARIABLES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/docs/ENV-VARIABLES.md b/docs/ENV-VARIABLES.md index 0463e0a..8c6640b 100644 --- a/docs/ENV-VARIABLES.md +++ b/docs/ENV-VARIABLES.md @@ -41,6 +41,10 @@ You can allow the GITHUB auth ## Email sending configuration +You can define how you connect your email sending system By all of this +information. All mail can be send only by SMTP if you use variable +system + * SMTP_SERVER * SMTP_PORT * SMTP_USERNAME @@ -49,8 +53,16 @@ You can allow the GITHUB auth ## MongoDB +You can define your MongoDB connection by 2 ways. If you have an URL, +you can define one of this ENV variables. All independently can works + * MONGOLAB_URI * MONGOHQ_URL + +If you have a complete MongoDB connection you can define it by all +information associate to your MongoDB connection. You need define all +variable. + * MONGOID_HOST * MONGOID_PORT * MONGOID_USERNAME -- libgit2 0.21.2