From: Lorin Hochstein Date: Tue, 7 Feb 2017 05:18:54 +0000 (-0800) Subject: Locally, default to 8443 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=67e484d2efc10e18e14b7a745e653e2a182a2c68;p=ansiblebook.git Locally, default to 8443 --- diff --git a/ch13/ghostdata/config.js b/ch13/ghostdata/config.js index 8446a8b..ef69a2c 100644 --- a/ch13/ghostdata/config.js +++ b/ch13/ghostdata/config.js @@ -31,7 +31,7 @@ config = { development: { // The url to use when providing links to the site, E.g. in RSS and email. // Change this to your Ghost blog's published URL. - url: 'http://localhost:8000', + url: 'https://localhost:8443', // Example refferer policy // Visit https://www.w3.org/TR/referrer-policy/ for instructions