[Archived] Chicago Summer of Learning website development
Перейти к файлу
Mike Larsson 375159b5a2 Add winston to package.json 2013-05-17 11:50:30 -04:00
bin Exiting properly 2013-05-16 16:54:31 +01:00
controllers Merging 2013-05-17 16:42:35 +01:00
lib A start at standardising error handling 2013-05-16 14:16:33 +01:00
models Dropping `organisation` model - no longer needed 2013-05-15 13:00:46 +01:00
static Fixing thumbnail images that don't fit the box 2013-05-17 15:29:54 +01:00
test Remove /v2/ as that should now be part of config url 2013-05-17 11:14:53 -04:00
views Merging 2013-05-17 16:42:35 +01:00
.gitignore centered copyright text 2013-05-15 09:29:09 -06: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
api.js Allow api origins to have paths. 2013-05-17 10:57:48 -04:00
app.js Merging 2013-05-17 16:42:35 +01:00
db.js Moving DB syncing to external script 2013-05-15 13:02:19 +01:00
helpers.js Doing (error) messages somewhat more centrally 2013-05-17 14:15:09 +01:00
logger.js Allow api origins to have paths. 2013-05-17 10:57:48 -04:00
middleware.js Getting it right might help 2013-04-23 12:33:29 +01:00
openbadger.js Remove /v2/ as that should now be part of config url 2013-05-17 11:14:53 -04:00
package.json Add winston to package.json 2013-05-17 11:50:30 -04: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.