Skip to content

Commit

Permalink
add settings to README
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Sep 9, 2024
1 parent 3fb16d7 commit 3112811
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# kakko

ネッコ研用 𝕏投稿支援サービス

## 設定

```bash
export CONFIRM_PASSWORD="{ポストリクエスト承認時のパスワード}"
export WEBHOOK_URL="{DiscordのWebhook URL}"
export X_KEY="{X用のAPIキー}"
export DEV="{開発環境かどうかのフラグ (true / false)}"

export LISTEN_ADDR="{サーバーがlistenするアドレス}"

export DB_USERNAME="{データベースのユーザ名}"
export DB_PASSWORD="{データベースのパスワード}"
export DB_HOST="{データベースのホスト}"
export DB_PORT="{データベースのポート}"
export DB_NAME="{データベースの名前}"
```

0 comments on commit 3112811

Please sign in to comment.