Skip to content

Commit

Permalink
Merge pull request #16 from SachinAkash01/main
Browse files Browse the repository at this point in the history
Remove Credentials
  • Loading branch information
SachinAkash01 authored Apr 29, 2024
2 parents 2b0fe0d + 4319970 commit aea82db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MessagingService/service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import ballerina/http;
import ballerinax/twilio;
import ballerina/log;

configurable string twilioPhoneNumber = "+12512415480";
configurable string accountSID = "ACead5af59bdc241e0d32b3315fd5fca44";
configurable string authToken = "8a463ecec027f2b4b99b5c0dd66cd497";
configurable string twilioPhoneNumber = ?;
configurable string accountSID = ?;
configurable string authToken = ?;
twilio:ConnectionConfig twilioConfig = {
twilioAuth: {
accountSId: accountSID,
Expand Down

0 comments on commit aea82db

Please sign in to comment.