Created
June 25, 2017 08:44
-
-
Save letsjustfixit/04f8a393ba36138f89b31fe432873063 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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