You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
815 B

4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'task' => 'hi-task-app',
  4. 'zarinpal' => [
  5. 'merchant-id' => '68d337b0-4b77-11ea-8409-000c295eb8fc',
  6. 'type' => 'zarin-gate', // Types: [zarin-gate || normal]
  7. 'callback-url' => 'http://127.0.0.1:8000/user/v1/callback',
  8. 'server' => 'germany', // Servers: [germany || iran || test]
  9. 'email' => 'admin@base.com',
  10. 'mobile' => '09123456789',
  11. 'description' => env('APP_NAME', 'APP_NAME'),
  12. 'sandbox' => true,
  13. ],
  14. 'google' => [
  15. 'client_id' => '1002439248397-oa6hnh25n6qri3q4kst62gvb1k9ki65l.apps.googleusercontent.com',
  16. 'client_secret' => 'tKbiyh5hOjYIcj-W1y3N8X5R',
  17. 'redirect' => env('APP_URL').'/user/v1/auth/google/callback',
  18. ],
  19. ];