Skip to content

Commit

Permalink
remove bongo
Browse files Browse the repository at this point in the history
  • Loading branch information
munyanezaarmel authored and dmohns committed Nov 21, 2024
1 parent 0ca308f commit 5b56d6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 146 deletions.
3 changes: 1 addition & 2 deletions docs/installation/essential.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,4 @@ return [

There are currently two supported SMS-Gateways.

1. Bongo Live Tanzania
2. Inhouse SMS-Gateway Application
1. Inhouse SMS-Gateway Application
137 changes: 0 additions & 137 deletions src/backend/app/Sms/Bongo.php

This file was deleted.

7 changes: 0 additions & 7 deletions src/backend/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
'password_vend' => env('CALIN_SMART_PASSWORD_VENT'),
],
'sms' => [
'bongo' => [
'url' => 'http://www.bongolive.co.tz/api/sendSMS.php',
'sender' => 'SENDER_NUMBER',
'username' => 'USER NAME',
'password' => 'PASSWORD',
'key' => 'KEY',
],
'android' => [
'url' => 'https://fcm.googleapis.com/fcm/send',
'key' => 'AAAARAca1HM:APA91bHTTU2ksDRKWf7O7zsN5KZebDHVdnM_GeTAmFWtZp3R4__n0g8b3s9Vu7hWEEBfYpOq5_CmMMfJlLmW5FjNatp__4G3m1Mim7fRp-3CFs2ByKnvzXC8X9V1kxKZuBT_UK_bmQYO',
Expand Down

0 comments on commit 5b56d6a

Please sign in to comment.