Sha256: 6f3b26d70eef06bffc67d91c42450530d6f096ec832a61fdd55c7c1662365634
Contents?: true
Size: 1.02 KB
Versions: 18
Compression:
Stored size: 1.02 KB
Contents
default: &default # ========================================== # ===== Example Facebook Service Setup ===== # ========================================== # facebook: # verify_token: XXXFACEBOOK_VERIFY_TOKENXXX # page_access_token: XXXFACEBOOK_ACCESS_TOKENXXX # setup: # greeting: # Greetings are broken up by locale # - locale: default # text: "Welcome to my Facebook Bot." # get_started: # payload: new_user # persistent_menu: # - locale: default # composer_input_disabled: false # call_to_actions: # - type: payload # text: Some Button # payload: some_button # # =========================================== # ======== Example SMS Service Setup ======== # =========================================== # twilio: # account_sid: XXXTWILIO_ACCOUNT_SIDXXX # auth_token: XXXTWILIO_AUTH_TOKENXXX # from_phone: +14155330000 production: <<: *default development: <<: *default test: <<: *default
Version data entries
18 entries across 18 versions & 2 rubygems