Skip to content

Commit

Permalink
build: default disable plugins of template config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Aug 9, 2022
1 parent c05c372 commit 16ded66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/config.template.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports.pluginsConfig = {
login: {
name: "login",
enable: true,
enable: false,
before: true,
routers: [
{
Expand All @@ -25,7 +25,7 @@ module.exports.pluginsConfig = {
},
oauth: {
name: "oauth",
enable: true,
enable: false,
before: true,
routers: [],
http: "https", // http | https
Expand Down

0 comments on commit 16ded66

Please sign in to comment.