From 91daea172fd84f09ddae82baca02665a54a47b12 Mon Sep 17 00:00:00 2001 From: NaHyun22 <nhle0217@ajou.ac.kr> Date: Mon, 9 Dec 2024 16:40:27 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README.md=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0402a4e..f0297e4 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,14 @@ Festivelo_backend - cd festivelo_backend - .env 파일 생성 후, dotenv 파일 내용 작성(구글) - node app.js + +-.env +``` +GOOGLE_CLIENT_ID=302039083956-uo1lv1a9fe3hlv3qgp4sdr2k1540vd1u.apps.googleusercontent.com +GOOGLE_CLIENT_SECRET=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 +mongoURL=mongodb+srv://xenis105:fIQwdGIijhVqNGWy@festivelo.topix.mongodb.net/?retryWrites=true&w=majority&appName=festivelo +PORT=8000 +JWT_SECRET=H8K5cN/8EZ8ntFjvgWOdJCCgz9mmhbkRxtAvNTVZe5M= +TOKEN_EXPIRATION=3m +TOKEN_EXPIRATION=1h +``` \ No newline at end of file -- GitLab