From 21ead317d8f61245069361002f1ec11968732cd8 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 20 Sep 2018 13:35:39 -0700 Subject: [PATCH] Use the hostname for the production environment It appears that without this the github auth token requests cannot be served properly. --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index 6a4b5ad..6a7977b 100644 --- a/config/production.json +++ b/config/production.json @@ -1,5 +1,5 @@ { - "host": "localhost", + "host": "uplink.jenkins.io", "port": 3030, "public": "../public/", "authentication": {