From 6b3c8374d89fa0a571b624e8e6dce53f84072ed7 Mon Sep 17 00:00:00 2001 From: Andrew Hayward Date: Wed, 1 May 2013 10:40:27 +0100 Subject: [PATCH] Making sure `readme` is up-to-date --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ecef18..1d748bb 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ The website for the Chicago Summer of Learning, developed by Ocupop and Mozilla. ## Environment -Property | Default | Description --------|-------|---------- -`CSOL_DB_NAME` | `"csol"` | Name of the database. -`CSOL_DB_USER` | `"root"` | Database username. -`CSOL_DB_PASS` | `null` | Database password. - +Property | Default | Description +----------------|----------|------------------------- +`CSOL_DB_NAME` | `"csol"` | Name of the database. +`CSOL_DB_USER` | `"root"` | Database username. +`CSOL_DB_PASS` | `null` | Database password. +`CSOL_DB_HOST` | `null` | Database host. +`CSOL_DB_PORT` | `null` | Database port. +`COOKIE_SECRET` | `null` | Seed for session cookie.