Skip to content

Commit

Permalink
docs(readme): 環境変数を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Nov 27, 2024
1 parent 0fc5007 commit 8d16af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ npm = ">=10.9"
### 環境変数

```ini
HOST_ORIGIN_URL="http://localhost:3000"
MARKDOWN_DIR_PATH="markdowns"
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/{your-webhook-id}/{your-webhook-token}"
TOKEN_SECRET="{your-secure-secret-key-32-chars!}"
```

> [!TIP]
Expand Down

0 comments on commit 8d16af3

Please sign in to comment.