fix: build-a konpontzen du

This commit is contained in:
2024-11-24 17:48:16 +01:00
parent 5daead6696
commit f8419749f2

View File

@@ -2,5 +2,8 @@ module.exports = ({ env }) => ({
auth: { auth: {
secret: env("ADMIN_JWT_SECRET", "7ac8d91e1521dcac33d2a5105d9f828f"), secret: env("ADMIN_JWT_SECRET", "7ac8d91e1521dcac33d2a5105d9f828f"),
}, },
apiToken: {
salt: env("API_TOKEN_SALT", "4444a34644486306e97051f610dfdae4"),
},
url: "/kudeatu", url: "/kudeatu",
}); });