Skip to content

Commit 6e71083

Browse files
committed
Merge pull request #123 from sirwolfgang/docs
Docs
2 parents 5475e43 + b270de0 commit 6e71083

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/configuration.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configuration
2+
3+
## Environment Variables
4+
5+
### Github
6+
Github presently requires both a uses auth details, and an attached application respective auth tokens. The application settings may be found at [github.com/settings/applications/new](https://github.com/settings/applications/new)
7+
8+
```
9+
GITHUB_ADMIN_USER
10+
GITHUB_ADMIN_USER_PASSWORD
11+
GITHUB_REDIRECT_URL
12+
GITHUB_CLIENT_ID
13+
GITHUB_SECRET
14+
```
15+
16+
### Stripe
17+
A stripe testing account may be freely signed up for over at [dashboard.stripe.com/register](https://dashboard.stripe.com/register). By default your account will be set to testing mode, unless you choice to activate it. Once your account is created your going to want to create the following plans to match what coderwall currently provides, as defined below. Finally [dashboard.stripe.com/account/apikeys](https://dashboard.stripe.com/account/apikeys) will provide test keys for you to use.
18+
```
19+
# TODO: Provide Plan Details
20+
```
21+
22+
```
23+
STRIPE_PUBLISHABLE_KEY
24+
STRIPE_SECRET_KEY
25+
```

0 commit comments

Comments
 (0)