Skip to content

Instantly share code, notes, and snippets.

@letsjustfixit
Created June 25, 2017 08:44
Show Gist options
  • Save letsjustfixit/04f8a393ba36138f89b31fe432873063 to your computer and use it in GitHub Desktop.
Save letsjustfixit/04f8a393ba36138f89b31fe432873063 to your computer and use it in GitHub Desktop.
{
"url": "http://localhost:2368",
"database": {
"client": "sqlite3",
"connection": {
"filename": "content/data/ghost-dev.db"
},
"debug": false
},
"auth": {
"type": "password"
},
"paths": {
"contentPath": "content/"
},
"privacy": {
"useUpdateCheck": false,
"useGravatar": false,
"useRpcPing": false
},
"useMinFiles": false,
"caching": {
"theme": {
"maxAge": 0
},
"admin": {
"maxAge": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment