Sha256: 5f42d99319c11a0996da9d3ba41c1634214fbebb2f325cc1d9d4d159e3e6228c
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
default: &default facebook: verify_token: <%= ENV['FACEBOOK_VERIFY_TOKEN'] %> challenge: <%= ENV['FACEBOOK_CHALLENGE'] %> page_access_token: <%= ENV['FACEBOOK_PAGE_ACCESS_TOKEN'] %> setup: greeting: # Greetings are broken up by locale - locale: default text: "Welcome to the Xip bot 🤖" persistent_menu: - type: payload text: Main Menu payload: main_menu - type: url text: Visit our website url: https://example.com - type: call text: Call us payload: "+17345551234" twilio_sms: account_sid: <%= ENV['TWILIO_ACCOUNT_SID'] %> auth_token: <%= ENV['TWILIO_AUTH_TOKEN'] %> production: <<: *default development: <<: *default test: <<: *default
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xip-2.0.0.beta2 | spec/support/services_with_erb.yml |