Skip to content

Commit

Permalink
🎨 change default auth strategy for development mode (#8252)
Browse files Browse the repository at this point in the history
no issue

- we would like to switch to password strategy when developing
- this can be overridden by a custom development configuration
  • Loading branch information
kirrg001 authored and ErisDS committed Apr 4, 2017
1 parent a42b233 commit fd75fcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/server/config/env/config.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"debug": false
},
"auth": {
"type": "ghost",
"url": "http://devauth.ghost.org:8080"
"type": "password"
},
"paths": {
"contentPath": "content/"
Expand Down

0 comments on commit fd75fcd

Please sign in to comment.