Ajout initial des fichiers du projet

This commit is contained in:
Rampeur
2025-08-08 10:47:29 +02:00
parent 29635cdf83
commit ffdc93834a
46 changed files with 15499 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
const config = {
secret: process.env.SECRET || 'acapisecret',
session_lifetime: process.env.SESSION_LIFETIME || 21600 // 21600 secondes = 6 heures
};
module.exports = config;