mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-20 15:20:56 +00:00
31035e3e81
I tested connecting a Bitbucket account to an existing account in both merge and non-merge cases. I need to look at signing in using Bitbucket in the first place, making sure we have links in all the right places.
17 lines
717 B
Bash
17 lines
717 B
Bash
CANONICAL_HOST=
|
|
CANONICAL_SCHEME=http
|
|
DATABASE_URL=postgres://gittip-test@localhost/gittip-test
|
|
DATABASE_MAXCONN=10
|
|
STRIPE_SECRET_API_KEY=1
|
|
STRIPE_PUBLISHABLE_API_KEY=1
|
|
BALANCED_API_SECRET=90bb3648ca0a11e1a977026ba7e239a9
|
|
GITHUB_CLIENT_ID=3785a9ac30df99feeef5
|
|
GITHUB_CLIENT_SECRET=e69825fafa163a0b0b6d2424c107a49333d46985
|
|
GITHUB_CALLBACK=http://localhost:8537/on/github/associate
|
|
BITBUCKET_CONSUMER_KEY=b8yzpsurhsmJufUqzh
|
|
BITBUCKET_CONSUMER_SECRET=WF3q2g7naRHeeGUjnxyRwPLVhMBU4dmP
|
|
BITBUCKET_CALLBACK=http://localhost:8537/on/bitbucket/associate
|
|
TWITTER_CONSUMER_KEY=QBB9vEhxO4DFiieRF68zTA
|
|
TWITTER_CONSUMER_SECRET=mUymh1hVMiQdMQbduQFYRi79EYYVeOZGrhj27H59H78
|
|
TWITTER_CALLBACK=http://127.0.0.1:8537/on/twitter/associate
|