mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
aa670fa8b4
* 🐛 delete client if auth url has changed no issue * 🎨 update default auth config refs #7488
29 lines
569 B
JSON
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
|
|
}
|
|
}
|
|
}
|