Skip to content

Commit 07f71e8

Browse files
committed
Add comments for twillio
1 parent 6cef906 commit 07f71e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/constants/env.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,13 @@ const (
181181
EnvKeyDisablePhoneVerification = "DISABLE_PHONE_VERIFICATION"
182182

183183
// Twilio env variables
184+
185+
// EnvKeyTwilioAPIKey key for env variable TWILIO_API_KEY
184186
EnvKeyTwilioAPIKey = "TWILIO_API_KEY"
187+
// EnvKeyTwilioAPISecret key for env variable TWILIO_API_SECRET
185188
EnvKeyTwilioAPISecret = "TWILIO_API_SECRET"
189+
// EnvKeyTwilioAccountSID key for env variable TWILIO_ACCOUNT_SID
186190
EnvKeyTwilioAccountSID = "TWILIO_ACCOUNT_SID"
191+
// EnvKeyTwilioSenderFrom key for env variable TWILIO_SENDER_FROM
187192
EnvKeyTwilioSenderFrom = "TWILIO_SENDER_FROM"
188193
)

0 commit comments

Comments
 (0)