mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-05 23:30:19 +00:00
2c509a8d23
Trusted users can answer the question "Who is Gittip?" and we compute a percentage split for the pot based on those answers. The rest is details. Or faucets and fixtures. ;-)
19 lines
786 B
Bash
19 lines
786 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
|
|
MIXPANEL_TOKEN=cb9dec68ac0ee57071f0be39f164a417
|
|
NANSWERS_THRESHOLD=2
|