This commit is contained in:
Aitor Urrutia
2022-01-15 22:52:00 +01:00
parent 1696ac20ca
commit c96528796b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
module.exports = ({ env }) => ({
auth: {
secret: env('ADMIN_JWT_SECRET', '7ac8d91e1521dcac33d2a5105d9f828f'),
secret: env("ADMIN_JWT_SECRET", "7ac8d91e1521dcac33d2a5105d9f828f"),
},
url: "/kudeatu",
});