Ghost/core/server/config/env/config.development.json
Katharina Irrgang aa670fa8b4 Updates for alpha.13 (#8026)
* 🐛  delete client if auth url has changed

no issue

* 🎨  update default auth config

refs #7488
2017-02-18 17:23:35 +01:00

29 lines
569 B
JSON

{
"url": "http://localhost:2368",
"database": {
"client": "sqlite3",
"connection": {
"filename": "content/data/ghost-dev.db"
},
"debug": false
},
"auth": {
"type": "ghost",
"url": "http://devauth.ghost.org:8080"
},
"paths": {
"contentPath": "content/"
},
"privacy": {
"useRpcPing": false,
"useUpdateCheck": true
},
"minifyAssets": false,
"printErrorStack": true,
"caching": {
"theme": {
"maxAge": 0
}
}
}