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
21 lines
815 B
<?php
|
|
|
|
return [
|
|
'task' => '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',
|
|
],
|
|
];
|