Created
January 14, 2010 01:29
-
-
Save abuiles/276765 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# If you're building a Facebook connect site, | |
# change the value of set_asset_host_to_callback_url to false | |
# To develop for the new profile design, add the following key.. | |
# api: new | |
# remove the key or set it to anything else to use the old facebook design. | |
# This should only be necessary until the final version of the new profile is released. | |
development: | |
api_key: 9f24b0d099219a1ed4bf8e0c5ec52361 | |
secret_key: 50b896bdf96ae700cc05e65b693611e8 | |
canvas_page_name: http://apps.facebook.com/myppapp/ | |
callback_url: http://testapp.lizarus.com/ | |
pretty_errors: true | |
set_asset_host_to_callback_url: true | |
tunnel: | |
public_host_username: acadavid | |
public_host: lizarus.com | |
public_port: 21145 | |
local_port: 3000 | |
server_alive_interval: 0 | |
test: | |
api_key: | |
secret_key: | |
canvas_page_name: | |
callback_url: | |
set_asset_host_to_callback_url: true | |
tunnel: | |
public_host_username: | |
public_host: | |
public_port: 4007 | |
local_port: 3000 | |
server_alive_interval: 0 | |
production: | |
api_key: | |
secret_key: | |
canvas_page_name: | |
callback_url: | |
set_asset_host_to_callback_url: true | |
tunnel: | |
public_host_username: | |
public_host: | |
public_port: 4007 | |
local_port: 3000 | |
server_alive_interval: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment