Skip to content

Commit

Permalink
Revert "Added strapi-plugin-config-sync"
Browse files Browse the repository at this point in the history
This reverts commit 9c073b8.
  • Loading branch information
bjornrl committed Feb 28, 2022
1 parent 9c073b8 commit 7f72bc2
Show file tree
Hide file tree
Showing 4 changed files with 9,399 additions and 40,489 deletions.
3 changes: 1 addition & 2 deletions config/admin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = ({ env }) => ({
auth: {
secret: env("ADMIN_JWT_SECRET", "9f57058c01429d625346594277bcfcf4"),
secret: env('ADMIN_JWT_SECRET', '9f57058c01429d625346594277bcfcf4'),
},
watchIgnoreFiles: ["**/config/sync/**"],
});
Loading

0 comments on commit 7f72bc2

Please sign in to comment.