git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e93d9
)
Create a config.js
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:41 +0000
(14:30 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:41 +0000
(14:30 -0800)
ch13/ghostdata/config.js
patch
|
blob
|
history
diff --git
a/ch13/ghostdata/config.js
b/ch13/ghostdata/config.js
index
29f93a7
..
8446a8b
100644
(file)
--- 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',