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:
c7e755b
)
Change local to 8000
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:07 +0000
(14:30 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 22:30:07 +0000
(14:30 -0800)
ch13/ghostdata/config.js
patch
|
blob
|
history
diff --git
a/ch13/ghostdata/config.js
b/ch13/ghostdata/config.js
index
9d0c2aa
..
29f93a7
100644
(file)
--- a/
ch13/ghostdata/config.js
+++ b/
ch13/ghostdata/config.js
@@
-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;