mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
7b4c3fc085
closes #8342 - no need to add a migration, because when we'released 1.0, OAuth was never an option - it was disabled in April, 1.0-beta was released in June - remove all remote authentication code
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"url": "http://localhost:2368",
|
|
"database": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "content/data/ghost-dev.db"
|
|
},
|
|
"debug": false
|
|
},
|
|
"paths": {
|
|
"contentPath": "content/"
|
|
},
|
|
"privacy": {
|
|
"useRpcPing": false,
|
|
"useUpdateCheck": true
|
|
},
|
|
"useMinFiles": false,
|
|
"caching": {
|
|
"theme": {
|
|
"maxAge": 0
|
|
},
|
|
"admin": {
|
|
"maxAge": 0
|
|
}
|
|
}
|
|
}
|