From: Lorin Hochstein Date: Sun, 5 Feb 2017 22:30:07 +0000 (-0800) Subject: Change local to 8000 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=6b510c9ab8c6cf61f1e668b12a73658f4e6e99fd;p=ansiblebook.git Change local to 8000 --- diff --git a/ch13/ghostdata/config.js b/ch13/ghostdata/config.js index 9d0c2aa..29f93a7 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:2368', + url: 'http://localhost:8000', // Example refferer policy // Visit https://www.w3.org/TR/referrer-policy/ for instructions @@ -149,4 +149,4 @@ config = { } }; -module.exports = config; \ No newline at end of file +module.exports = config;