Change local to 8000
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:07 +0000 (14:30 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:07 +0000 (14:30 -0800)
ch13/ghostdata/config.js

index 9d0c2aa..29f93a7 100644 (file)
@@ -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;