Réorganisation des sources

This commit is contained in:
Rampeur
2025-08-15 19:39:35 +02:00
parent e17fecc554
commit 5d361da628
38 changed files with 106 additions and 2860 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
APP_ENV="production"
NODE_ENV="production"
DEBUG=false
SERVER_PORT="3201"
SERVER_PORT=3201
SECRET="$2b$10$2.JkQCRUa3fXESy/WyKVWO"
SESSION_LIFETIME=3600
MONGODB_URI="mongodb://localhost:27017/headupdb"
@@ -19,5 +19,5 @@ MYSQL_DBNAME="c4adastracomdb2"
MYSQL_DBUSER="c4adastracomu2"
MYSQL_DBPASS="kbrnrt5jPK12"
MYSQL_DBHOST="ns388640.ip-176-31-255.eu"
MYSQL_DBPORT="3306"
MYSQL_DBPORT=3306
MYSQL_DBTYPE="mysql"