From 67e484d2efc10e18e14b7a745e653e2a182a2c68 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 21:18:54 -0800 Subject: [PATCH] Locally, default to 8443 --- ch13/ghostdata/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0