Update README.md

This commit is contained in:
David Baldwynn 2016-11-08 09:47:32 -08:00 committed by David Baldwynn
parent 08c40ea23d
commit 5026d788bd
4 changed files with 9 additions and 15 deletions

View file

@ -81,12 +81,6 @@ DSN_KEY=yourPrivateRavenKey
Side note: ___Currently we are using Raven and Sentry [https://www.getsentry.com](https://www.getsentry.com) for error logging. To use it you must provide a valid private DSN key in your .env file and a public DSN key in app/views/layout.index.html___
Create this directory or you will get errors.
```
mkdir uploads/pdfs
```
Edit the `env` config in gruntfile.js to make sure your .env file is being used. If you don't include this your app won't run
To run development version:

View file

@ -3,7 +3,7 @@
module.exports = {
baseUrl: process.env.BASE_URL || 'tellform.com',
db: {
uri: process.env.MONGODB_URI
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean',
},
port: process.env.PORT || 5000,
log: {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long