allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
28
vendor/karim007/laravel-bkash-tokenize/config/bkash.php
vendored
Normal file
28
vendor/karim007/laravel-bkash-tokenize/config/bkash.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"sandbox" => env("BKASH_SANDBOX", true),
|
||||
|
||||
"bkash_app_key" => env("BKASH_APP_KEY", ""),
|
||||
"bkash_app_secret" => env("BKASH_APP_SECRET", ""),
|
||||
"bkash_username" => env("BKASH_USERNAME", ""),
|
||||
"bkash_password" => env("BKASH_PASSWORD", ""),
|
||||
|
||||
"bkash_app_key_2" => env("BKASH_APP_KEY_2", ""),
|
||||
"bkash_app_secret_2" => env("BKASH_APP_SECRET_2", ""),
|
||||
"bkash_username_2" => env("BKASH_USERNAME_2", ""),
|
||||
"bkash_password_2" => env("BKASH_PASSWORD_2", ""),
|
||||
|
||||
"bkash_app_key_3" => env("BKASH_APP_KEY_3", ""),
|
||||
"bkash_app_secret_3" => env("BKASH_APP_SECRET_3", ""),
|
||||
"bkash_username_3" => env("BKASH_USERNAME_3", ""),
|
||||
"bkash_password_3" => env("BKASH_PASSWORD_3", ""),
|
||||
|
||||
"bkash_app_key_4" => env("BKASH_APP_KEY_4", ""),
|
||||
"bkash_app_secret_4" => env("BKASH_APP_SECRET_4", ""),
|
||||
"bkash_username_4" => env("BKASH_USERNAME_4", ""),
|
||||
"bkash_password_4" => env("BKASH_PASSWORD_4", ""),
|
||||
|
||||
"callbackURL" => env("BKASH_CALLBACK_URL", "http://127.0.0.1:8000/bkash/callback"),
|
||||
'timezone' => 'Asia/Dhaka',
|
||||
];
|
||||
Reference in New Issue
Block a user