From 4adf00d80704910f8b21696f42f3bbe53de2b496 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 5 Feb 2017 14:30:41 -0800 Subject: [PATCH] Create a config.js --- 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 29f93a7..8446a8b 100644 --- a/ch13/ghostdata/config.js +++ b/ch13/ghostdata/config.js @@ -11,7 +11,7 @@ config = { // When running Ghost in the wild, use the production environment. // Configure your URL and mail settings here production: { - url: 'http://my-ghost-blog.com', + url: 'http://localhost:8000', mail: {}, database: { client: 'sqlite3', -- 2.44.0