🎨 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:
Katharina Irrgang 2017-04-04 12:55:05 +02:00 committed by Hannah Wolfe
parent a42b233b04
commit fd75fcdd36

View File

@ -8,8 +8,7 @@
"debug": false
},
"auth": {
"type": "ghost",
"url": "http://devauth.ghost.org:8080"
"type": "password"
},
"paths": {
"contentPath": "content/"