Skip to content

Commit

Permalink
README.md再修正
Browse files Browse the repository at this point in the history
  • Loading branch information
JunzoKamahara committed Dec 20, 2024
1 parent c2eb76f commit 878612c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
Docker環境で動作させることを想定しています。
.envファイルに以下の情報をセットして、パスワード等を設定する必要があります。

'''.env
.env
```
MYSQL_USER=user
MYSQL_PASSWORD=password
MYSQL_DATABASE=weekly_schedule_db
MYSQL_ROOT_PASSWORD=root
OPENWEATHER_API_KEY=OpenWeatherMap APIのキー
'''
```

0 comments on commit 878612c

Please sign in to comment.