'hi-task-app', 'zarinpal' => [ 'merchant-id' => '68d337b0-4b77-11ea-8409-000c295eb8fc', 'type' => 'zarin-gate', // Types: [zarin-gate || normal] 'callback-url' => 'http://127.0.0.1:8000/user/v1/callback', 'server' => 'germany', // Servers: [germany || iran || test] 'email' => 'admin@base.com', 'mobile' => '09123456789', 'description' => env('APP_NAME', 'APP_NAME'), 'sandbox' => true, ], 'google' => [ 'client_id' => '1002439248397-oa6hnh25n6qri3q4kst62gvb1k9ki65l.apps.googleusercontent.com', 'client_secret' => 'tKbiyh5hOjYIcj-W1y3N8X5R', 'redirect' => env('APP_URL').'/user/v1/auth/google/callback', ], ];