Fix: Align wallet audience format with TripzWallet:platform

This commit is contained in:
Hamza-Ayed
2026-04-24 01:06:08 +03:00
parent 555b6a261f
commit f6ad0773f3

View File

@@ -61,6 +61,6 @@ return [
// Wallet Security
'wallet_jwt_secret' => env('WALLET_JWT_SECRET'),
'wallet_hmac_secret' => env('WALLET_HMAC_SECRET'),
'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', 'Tripz-Wallet')),
'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', 'Tripz-Wallet,TripzWallet:android,TripzWallet:ios')),
'fp_pepper' => env('FP_PEPPER', ''),
];