[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward 6b3c8374d8 Making sure `readme` is up-to-date 2013-05-01 10:40:27 +01:00
controllers Merge pull request #115 from andrewhayward/auth 2013-04-23 12:35:45 -07:00
models Reverting relationship type 2013-04-19 13:17:19 +01:00
static Merge pull request #145 from andrewhayward/learn 2013-04-22 05:14:30 -07:00
test Test files 2013-04-19 14:31:31 +01:00
views Merge pull request #115 from andrewhayward/auth 2013-04-23 12:35:45 -07:00
.gitignore Initial commit. 2013-03-21 16:10:19 -04:00
Procfile Procfiles, at @jdotpz's behest 2013-05-01 10:39:42 +01:00
Procfile.dev Procfiles, at @jdotpz's behest 2013-05-01 10:39:42 +01:00
README.md Making sure `readme` is up-to-date 2013-05-01 10:40:27 +01:00
app.js Merge pull request #115 from andrewhayward/auth 2013-04-23 12:35:45 -07:00
db.js Allowing for further database configuration 2013-05-01 10:40:06 +01:00
helpers.js Tidying up a bit 2013-04-23 11:55:46 +01:00
middleware.js Getting it right might help 2013-04-23 12:33:29 +01:00
package.json Using underscore.js 2013-04-18 17:31:56 +01:00

README.md

Chicago Summer of Learning

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.
CSOL_DB_HOST null Database host.
CSOL_DB_PORT null Database port.
COOKIE_SECRET null Seed for session cookie.