From: Lorin Hochstein Date: Sun, 5 Feb 2017 22:30:41 +0000 (-0800) Subject: Create a config.js X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=4adf00d80704910f8b21696f42f3bbe53de2b496;p=ansiblebook.git Create a config.js --- 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',