'https://www.exemple-asterion.com/PS_Launcher', // MySQL (utilisé à partir de v0.4, license) 'db' => [ 'dsn' => 'mysql:host=localhost;dbname=pslauncher;charset=utf8mb4', 'username' => 'replace_me', 'password' => 'replace_me', ], // HMAC secret pour les URLs présignées de /builds/ (v0.6) 'hmac_secret' => 'replace_with_random_64_bytes_hex', // Clés Ed25519 pour signer manifest et réponses license (v0.4) // Génère un keypair via tools/generate-keypair.php 'ed25519' => [ 'private_key_hex' => '', // 64 bytes hex 'public_key_hex' => '', // 32 bytes hex (à embarquer aussi dans le launcher) ], // JWT (v0.4) 'jwt_secret' => 'replace_with_random_secret', 'jwt_ttl_seconds' => 900, // 15 min ];