Skip to content

Commit

Permalink
added twilio to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgeorge committed Oct 13, 2023
1 parent 6db379f commit 966eeb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ config = '''
"region": ""
}
'''
[messenger.twilio]
config = '''
{
"account_id": "",
"auth_token": "",
"sender_id": "",
"upload_path": "",
}
'''

0 comments on commit 966eeb8

Please sign in to comment.