Sha256: d6036460e01e693a44ef25b35893e9bb5ec57bd8417b5e9ec140e459624ed581

Contents?: true

Size: 771 Bytes

Versions: 1

Compression:

Stored size: 771 Bytes

Contents

# The api key, secret key, and canvas page name are required to get started
# Tunnel configuration is only needed if you are going to use the facebooker:tunnel Rake tasks
# Your callback url in Facebook should be set to http://public_host:public_port

development:
  api_key: 
  secret_key: 
  canvas_page_name:
  callback_url:
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

test:
  api_key: 
  secret_key: 
  canvas_page_name: 
  callback_url:
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

production:
  api_key: 
  secret_key: 
  canvas_page_name: 
  callback_url:  
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facebooker-0.9.5 facebooker.yml.tpl