Skip to content

Commit 148c638

Browse files
committed
[skip ci] Changed the Stripe secret key in .env.example. It wasn't actually a secret value but looked real enough to be possibly confusing.
1 parent 0d9c237 commit 148c638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ TWITTER_REDIRECT_URL=http://localhost:3000/auth/twitter/callback
6262

6363
# Stripe
6464
STRIPE_PUBLISHABLE_KEY=pk_test_stripe_publishable_key
65-
STRIPE_SECRET_KEY=sk_test_BQokikJOvBiI2HlWgH4olfQ2
65+
STRIPE_SECRET_KEY=sk_test_stripe_secret_key
6666

6767
# Akismet
6868
AKISMET_KEY=your_akismet_key
6969
AKISMET_URL=http://localhost:3000/
7070

7171
# Code Climate
72-
CODECLIMATE_REPO_TOKEN=unsecure
72+
CODECLIMATE_REPO_TOKEN=unsecure

0 commit comments

Comments
 (0)