Use the hostname for the production environment

It appears that without this the github auth token requests cannot be served
properly.
This commit is contained in:
R. Tyler Croy 2018-09-20 13:35:39 -07:00
parent a9f849d3a0
commit 21ead317d8
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"host": "localhost",
"host": "uplink.jenkins.io",
"port": 3030,
"public": "../public/",
"authentication": {