diff --git a/.env.development b/.env.development
index 05ab205..e7179ee 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,4 @@
VUE_APP_API_URL=https://test-api.sodalive.net
NODE_ENV=development
VUE_APP_GOOGLE_CLIENT_ID=758414412471-mosodbj2chno7l1j0iihldh6edmk0gk9.apps.googleusercontent.com
+VUE_APP_KAKAO_JS_KEY=2be3c619ed36fd3e138bf45812c57d7f
diff --git a/.env.production b/.env.production
index 958498a..39dd198 100644
--- a/.env.production
+++ b/.env.production
@@ -1,3 +1,4 @@
VUE_APP_API_URL=https://api.sodalive.net
NODE_ENV=production
VUE_APP_GOOGLE_CLIENT_ID=983594297130-5hrmkh6vpskeq6v34350kmilf74574h2.apps.googleusercontent.com
+VUE_APP_KAKAO_JS_KEY=378e800dd9029907c559390e786157ef
diff --git a/public/index.html b/public/index.html
index 1bd41df..4c86ec6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,6 +9,7 @@
+