Skip to content
Snippets Groups Projects
Commit 8dacd26f authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable ghost privacy option

It's a pity this isn't the default
parent 851ede2a
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,9 @@ function ghost_create_config {
echo " host: '127.0.0.1'," >> $ghost_config
echo " port: '${GHOST_PORT}'" >> $ghost_config
echo ' },' >> $ghost_config
echo ' privacy: {' >> $ghost_config
echo ' useTinfoil: true,' >> $ghost_config
echo ' },' >> $ghost_config
echo ' logging: false' >> $ghost_config
echo ' }' >> $ghost_config
echo '};' >> $ghost_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment