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:
775aaff
)
set up content properly
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 05:48:47 +0000
(21:48 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 05:48:47 +0000
(21:48 -0800)
ch13/templates/config.js.j2
patch
|
blob
|
history
diff --git
a/ch13/templates/config.js.j2
b/ch13/templates/config.js.j2
index
b778413
..
138cf45
100644
(file)
--- a/
ch13/templates/config.js.j2
+++ b/
ch13/templates/config.js.j2
@@
-27,6
+27,12
@@
config = {
server: {
host: '0.0.0.0',
port: '2368'
+ },
+
+ // #### Paths
+ // Specify where your content directory lives
+ paths: {
+ contentPath: path.join(process.env.GHOST_CONTENT, '/')
}
},