froga
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
auth: {
|
auth: {
|
||||||
secret: env('ADMIN_JWT_SECRET', '7ac8d91e1521dcac33d2a5105d9f828f'),
|
secret: env("ADMIN_JWT_SECRET", "7ac8d91e1521dcac33d2a5105d9f828f"),
|
||||||
},
|
},
|
||||||
|
url: "/kudeatu",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user