remove newrelic from use in devenv

This commit is contained in:
Keksike
2017-07-02 19:35:56 +03:00
parent cdc9b5a141
commit 680715c262
3 changed files with 7 additions and 26 deletions

View File

@@ -10,10 +10,6 @@ $ cd koodiklinikka.fi-api
$ npm install
```
* Create `config.json` file. See [config.template.json](https://github.com/koodiklinikka/koodiklinikka.fi-api/blob/master/config.template.json) for possible options.
The config file consists of environment specific blocks. Environment variable `NODE_ENV` determines which block is used. If the environment variable is not present, the `development` block will be selected.
`all` block is always used and the block selected is merged into it so that it overwrites the values defined in it.
* ``` $ npm start ```
* ```
$ npm start
```
Now app will be running on `localhost:9000`.