Create a config.js
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:41 +0000 (14:30 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:41 +0000 (14:30 -0800)
ch13/ghostdata/config.js

index 29f93a7..8446a8b 100644 (file)
@@ -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',