Skip to content

Commit

Permalink
Update docs/_tutorials/ja_getting_started_http.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kazuhiro Sera <[email protected]>
  • Loading branch information
hariNEzuMI928 and seratch authored Aug 10, 2021
1 parent 9f8afa5 commit 5bf8406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_tutorials/ja_getting_started_http.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ npm init

Bolt パッケージを新しいプロジェクトにインストールする前に、アプリの設定時に生成されたボットトークンと signing secret (サイン認証) を保存しましょう。これらは環境変数として保存する必要があります。**バージョン管理では保存しない**でください。

1. **Basic Information ページから Signing Secret をコピー**して、新しい環境変数に保存します。次の例は Linux と macOS で動作します。ただし、[Windows でも同様のコマンドが利用可能](https://superuser.com/questions/212150/how-to-set-env-variable-in-windows-cmd-line/212153#212153)です。
1. **Basic Information ページから Signing Secret をコピー**して、新しい環境変数に保存します。次の例は Linux と macOS で動作します。ただし、[Windows でも同様のコマンドが利用可能](https://superuser.com/questions/212150/how-to-set-env-variable-in-windows-cmd-line/212153#212153)です。
```shell
export SLACK_SIGNING_SECRET=<your-signing-secret>
```
Expand Down

0 comments on commit 5bf8406

Please sign in to comment.