From 3b5e1323124b2a0df6431393dd8f1e293ad51d10 Mon Sep 17 00:00:00 2001 From: Doug Estey Date: Sat, 28 Jul 2018 08:43:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc2874..1f4f8cd 100644 --- a/README.md +++ b/README.md @@ -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://:6574`. If you're going to leave this thing running permanently, you should run it `NODE_ENV=production` (i.e. `npm start`).