зеркало из https://github.com/mozilla/CSOL-site.git
375159b5a2 | ||
---|---|---|
bin | ||
controllers | ||
lib | ||
models | ||
static | ||
test | ||
views | ||
.gitignore | ||
Procfile | ||
Procfile.dev | ||
README.md | ||
api.js | ||
app.js | ||
db.js | ||
helpers.js | ||
logger.js | ||
middleware.js | ||
openbadger.js | ||
package.json |
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. |