mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
6473c9e858
issue #7452 Remote oauth2 authentication with Ghost.org. This PR supports: - oauth2 login or local login - authentication on blog setup - authentication on invite - normal authentication - does not contain many, many tests, but we'll improve in the next alpha weeks
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"url": "http://localhost:2368",
|
|
"database": {
|
|
"connection": {
|
|
"filename": "content/data/ghost-dev.db"
|
|
},
|
|
"debug": false
|
|
},
|
|
"paths": {
|
|
"contentPath": "content/"
|
|
},
|
|
"auth": {
|
|
"type": "patronus",
|
|
"url": "http://devauth.ghost.org:8080"
|
|
}
|
|
}
|