Skip to content

Commit bf4cca1

Browse files
committed
update template
1 parent 01432eb commit bf4cca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_templates/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module {{moduleName}}
182182
183183
puts "Refreshing access token..." if @debugging
184184
# obtain new access token using client credentials
185-
token_url = 'https://api.bandwidth.com/api/v1/oauth2/token'
185+
token_url = '{{tokenUrl}}'
186186
auth_header = 'Basic ' + ["#{@client_id}:#{@client_secret}"].pack('m').delete("\r\n")
187187
conn = Faraday.new(url: token_url) do |faraday|
188188
faraday.request :url_encoded

0 commit comments

Comments
 (0)