minor tweaks to config default, and text copy update on registration page

updated readme to mention the upload_path option
This commit is contained in:
Julian Lam
2013-05-13 15:15:59 -04:00
parent eb606855bc
commit 8bb724e994
3 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ var config = {
"base_url": "http://localhost",
// relative path for uploads
"upload_path": "/uploads/",
"upload_path": "/public/uploads/",
"use_port": true,
"port": 4567,