working on local

This commit is contained in:
Sebastian Seedorf
2022-02-12 19:29:51 +01:00
parent 51fbdc28b2
commit a722217dd5
6 changed files with 1147 additions and 2718 deletions

View File

@@ -1,5 +1,5 @@
module.exports = ({ env }) => ({
auth: {
secret: env('ADMIN_JWT_SECRET', '1788c16dbca0d54e6990d8dce6a2cf3b'),
secret: env('ADMIN_JWT_SECRET', '85231b02b90b6167debc44667cbb8ef9'),
},
});