Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougestey committed Jul 28, 2018
1 parent d41b779 commit 3b5e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The app will refuse to run without a valid root-level `.env` - see the [example

And now you're listening for kills and saving them to the DB in real time. RedisQ will remember who you are for up to 3 hours if you go offline, otherwise you're considered a new listener.

Provided it's not firewalled, a frontend to the job queue will be available at http://YOUR_URL:6574.
Provided it's not firewalled, a frontend to the job queue will be available at `http://<BASE_URL>:6574`.

If you're going to leave this thing running permanently, you should run it `NODE_ENV=production` (i.e. `npm start`).

Expand Down

0 comments on commit 3b5e132

Please sign in to comment.