Commit b6fba9cc4c196f7d6c30ac53fb5ed3477aaaa92f

Authored by Cyril Mougel
1 parent 5c6be42e
Exists in master and in 1 other branch production

Improve information about ENV configuration

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
docs/ENV-VARIABLES.md
... ... @@ -41,6 +41,10 @@ You can allow the GITHUB auth
41 41  
42 42 ## Email sending configuration
43 43  
  44 +You can define how you connect your email sending system By all of this
  45 +information. All mail can be send only by SMTP if you use variable
  46 +system
  47 +
44 48 * SMTP_SERVER
45 49 * SMTP_PORT
46 50 * SMTP_USERNAME
... ... @@ -49,8 +53,16 @@ You can allow the GITHUB auth
49 53  
50 54 ## MongoDB
51 55  
  56 +You can define your MongoDB connection by 2 ways. If you have an URL,
  57 +you can define one of this ENV variables. All independently can works
  58 +
52 59 * MONGOLAB_URI
53 60 * MONGOHQ_URL
  61 +
  62 +If you have a complete MongoDB connection you can define it by all
  63 +information associate to your MongoDB connection. You need define all
  64 +variable.
  65 +
54 66 * MONGOID_HOST
55 67 * MONGOID_PORT
56 68 * MONGOID_USERNAME
... ...