Add common audiences to wallet config

This commit is contained in:
Hamza-Ayed
2026-04-25 17:01:59 +03:00
parent 671b90a954
commit fca292f2a4
2 changed files with 3 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ return [
'wallet_hmac_secret' => env('SECRET_KEY_HMAC'),
'wallet_allowed_audiences' => [
'Tripz-Wallet',
'Tripz-Walletandroid',
'Tripz-Walletios',
'TripzWallet:android',
'TripzWallet:ios',
],