Sha256: 9c88951f3711ba6ab808db9197feb891ff3577413c97e50e6578a88fb49a6df4

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

shared:
  debug_log:          true
  async:              false

development:
  app_id:             ""
  app_secret:         ""
  page_id:            ""
  page_access_token:  ""
  verify_token:       ""
  domains:            ""

test:
  app_id:             ""
  app_secret:         ""
  page_id:            ""
  page_access_token:  ""
  verify_token:       ""
  domains:            ""

production:
  app_id:             <%= ENV["BOBOT_APP_ID"] %>
  app_secret:         <%= ENV["BOBOT_APP_SECRET"] %>
  page_id:            <%= ENV["BOBOT_PAGE_ID"] %>
  page_access_token:  <%= ENV["BOBOT_PAGE_ACCESS_TOKEN"] %>
  verify_token:       <%= ENV["BOBOT_VERIFY_TOKEN"] %>
  domains:            <%= ENV["BOBOT_DOMAINS"] %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bobot-1.0.53 spec/dummy/config/bobot.yml
bobot-1.0.52 spec/dummy/config/bobot.yml