development:
key: 20fb4d25be166b7f28594cc391acdb3c
secret: bbc3dcddb22365bc6a632a596a061bed
canvas_path: /translationhero/
callback_path: /
# These config options added by me:
server_host: dealbonzai.com:8888
app_name: Translation Hero
tunnel:
username: deploy
host: dealbonzai.com
port: 8888
local_port: 3000
test:
key: YOUR_API_KEY_HERE
secret: YOUR_API_SECRET_HERE
canvas_path: /yourAppName/
callback_path: /path/to/your/callback/
tunnel:
username: yourLoginName
host: www.yourexternaldomain.com
port: 1234
local_port: 5678
production:
key: YOUR_API_KEY_HERE
secret: YOUR_API_SECRET_HERE
canvas_path: /yourAppName/
callback_path: /path/to/your/callback/
# This config option added by me:
server_host: foo.com
app_name: Foo App
tunnel:
username: yourLoginName
host: www.yourexternaldomain.com
port: 1234
local_port: 5678