Skip to content

Commit 65e699e

Browse files
committed
add configuration.md
1 parent c9fd3f3 commit 65e699e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/configuration.md

Lines changed: 25 additions & 0 deletions
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:
18+
```
19+
# TODO: Provide Plan Details
20+
```
21+
22+
```
23+
STRIPE_PUBLISHABLE_KEY
24+
STRIPE_SECRET_KEY
25+
```

0 commit comments

Comments
 (0)