From 200f8ff49a2d608bb5f10f7ad842b9d10dbb0417 Mon Sep 17 00:00:00 2001 From: yousan Date: Wed, 21 Jun 2023 00:55:06 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20env=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E6=A7=8B=E7=AF=89=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9b757a1..6d66ff8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ * Notionの定例ページのタイトルの自動変更 * Notionの定例ページをdiscordに通知 +# set up environment +```dotenv +MIDRA_LAB_NOTION_API=YOUR_NOTION_API +NOTION_DATABASE_URL=YOUR_NOTION_DATABASE_URL +DISCORD_WEBHOOK_URL=YOUR_DISCORD_WEBHOOK_URL +``` + # setup 1. install docker and docker desktop 2. clone this repository