10000 Update README.md · TailorDev/assignees@1c41ef0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand authored Mar 29, 2017
1 parent ececabb commit 1c41ef0
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Assignees

[![CircleCI](https://circleci.com/gh/TailorDev/assignees.svg?style=svg&circle-token=75bf93c8fc2ccb61e3cb3f07f1444a133bf87eab)](https://circleci.com/gh/TailorDev/assignees)

Assignees does automatically code review requests on GitHub (currently). This
project is based on the
[hackathon-starter](https://github.com/sahat/hackathon-starter).
Assignees does automatically code review requests on GitHub (currently).
This project is based on the
[hackathon-starter](https://github.com/sahat/hackathon-starter) :heart:
and it is a side project developed in a couple days for our needs (and
also for fun).

## Usage

Expand Down Expand Up @@ -106,6 +108,16 @@ APM. These extra environment variables could be useful (at least on Heroku):
* `NEW_RELIC_NO_CONFIG_FILE` should be set to `true`;
* `NEW_RELIC_SKIP_NATIVE_METRICS` should be set to `true`.

**Note:** [this commit](https://github.com/TailorDev/assignees/commit/f1d0e6657a2676ddf79c93c2da170363f926b71f)
has disabled New Relic on this project. You can re-enable it by yourself by
requiring the `newrelic` package in both the `package.json` file and the code.

#### Other settings

You may want to change the name of the project, the contact email address, or
the Piwik tracking code by editing the [`views/global-mixins.pug`
template](https://github.com/TailorDev/assignees/blob/master/views/global-mixins.pug).

### Requirements

This project runs on [Node](https://nodejs.org/en/) **7.4** and uses
Expand Down

0 comments on commit 1c41ef0

Please sign in to comment.
0