mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🎨 change default auth strategy for development mode (#8252)
no issue - we would like to switch to password strategy when developing - this can be overridden by a custom development configuration
This commit is contained in:
parent
a42b233b04
commit
fd75fcdd36
@ -8,8 +8,7 @@
|
||||
"debug": false
|
||||
},
|
||||
"auth": {
|
||||
"type": "ghost",
|
||||
"url": "http://devauth.ghost.org:8080"
|
||||
"type": "password"
|
||||
},
|
||||
"paths": {
|
||||
"contentPath": "content/"
|
||||
|
Loading…
Reference in New Issue
Block a user