Audit sécurité/qualité : corrections critiques, tests, CI et lint #4

Merged
cedric merged 28 commits from fix/audit-2026-07-04 into master 2026-07-04 17:01:30 +00:00
Showing only changes of commit 250ae822ea - Show all commits
+2 -2
View File
@@ -4,10 +4,10 @@ const forgotPasswordTemplate = require('./email-templates/forgot-password');
module.exports = ({ env }) => ({
url: env('STRAPI_ADMIN_URL', '/admin'),
apiToken: {
salt: env('API_TOKEN_SALT', 'd9b0df66ff97a666027e665707b4e3e7'),
salt: env('API_TOKEN_SALT'),
},
auth: {
secret: env('ADMIN_JWT_SECRET', '77b2c87dbab4e1697bec244226fbd1b3'),
secret: env('ADMIN_JWT_SECRET'),
},
forgotPassword: {
from: env('SMTP_FROM'),