diff --git a/config/intaleq.php b/config/intaleq.php index bd146d0..d65653d 100644 --- a/config/intaleq.php +++ b/config/intaleq.php @@ -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', ''), ];