You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://localhost:3000, log in as ccm@ccm.com/ccm. The ccm user is created when the server starts up if and only if there are no users in the database. For security purposes, be SURE to delete this default account, or change its password if you're going to run the server where people you don't trust will have access.
NOTE: If you see an error "While building package velocity:test-proxy", you've run into meteor-velocity/node-soft-mirror#9, the solution is to rm -r packages/tests-proxy.
Misc production setup
Emailing is handled by Mandrill. be sure to set the MANDRILL_USERNAME and MANDRILL_APIKEY environment variables. Note: this is not required for developing locally, any emails the server tries to send without mandrill will just be printed to the console.