Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README (Codacy badge position and env var example) #19

Merged
merged 1 commit into from Nov 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.markdown
@@ -1,9 +1,9 @@
社会的貸借対照表 (Social B/S)
==========

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/44c5090c3dbf4bb1aa7375ba4477936b)](https://app.codacy.com/app/nobuoka/social-balance-sheet?utm_source=github.com&utm_medium=referral&utm_content=nobuoka/social-balance-sheet&utm_campaign=Badge_Grade_Dashboard)
[![CircleCI](https://circleci.com/gh/nobuoka/social-balance-sheet.svg?style=svg)](https://circleci.com/gh/nobuoka/social-balance-sheet)
[![codecov](https://codecov.io/gh/nobuoka/social-balance-sheet/branch/master/graph/badge.svg)](https://codecov.io/gh/nobuoka/social-balance-sheet)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/44c5090c3dbf4bb1aa7375ba4477936b)](https://app.codacy.com/app/nobuoka/social-balance-sheet?utm_source=github.com&utm_medium=referral&utm_content=nobuoka/social-balance-sheet&utm_campaign=Badge_Grade_Dashboard)

## How to run on localhost

Expand All @@ -29,7 +29,7 @@ This application runs on Heroku.
| Name | Example | |
|---|---|---|
| SBS_CONTEXT_URL | https://vcsbs.herokuapp.com/ | |
| SBS_SESSION_ENCRYPTION_KEY | 012345679ABCDEF | Length must be 16 |
| SBS_SESSION_SIGN_KEY | 012345678 | Length must be 8 |
| SBS_SESSION_ENCRYPTION_KEY | 0123456789ABCDEF | Length must be 16 |
| SBS_SESSION_SIGN_KEY | 01234567 | Length must be 8 |
| SBS_TWITTER_CLIENT_IDENTIFIER | YOUR_TWITTER_APP_IDENTIFIER | |
| SBS_TWITTER_CLIENT_SECRET | YOUR_TWITTER_APP_SHARED_SECRET | |