fix purposes

This commit is contained in:
2026-07-12 16:50:35 +02:00
parent 7207e8afb7
commit 34ef199fb6
7 changed files with 126 additions and 7 deletions
+2
View File
@@ -7,6 +7,8 @@ class Database {
private $username = "VOTRE_USER"; // N'utilisez par "root"
private $password = "VOTRE_MDP";
public $jwt_secret = "VOTRE_CLE_SECRETE_POUR_JWT"; // Une passphrase est préférable
public $tmdb_api_key = "VOTRE_CLE_API_TMDB_V3";
public $webhook_secret = "VOTRE_SECRET_WEBHOOK"; // Doit matcher le "Secret" configuré côté GitHub, ex: openssl rand -hex 32
public $conn;
// Récupérer la connexion