зеркало из https://github.com/mozilla/CSOL-site.git
6b3c8374d8 | ||
---|---|---|
controllers | ||
models | ||
static | ||
test | ||
views | ||
.gitignore | ||
Procfile | ||
Procfile.dev | ||
README.md | ||
app.js | ||
db.js | ||
helpers.js | ||
middleware.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. |