diff --git a/README.md b/README.md
index 0402a4e2cc3da5428b353d9bbe5e91fe79b4805b..f0297e453b1e8873814d86808565900ba72ee472 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