From afed0d087ab8f44e639682f10292b373f75f77ba Mon Sep 17 00:00:00 2001 From: ttipo Date: Mon, 22 Jun 2026 12:35:11 +0900 Subject: [PATCH] =?UTF-8?q?env=20=EC=98=88=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production.example b/.env.production.example index e23a9ef..4550d12 100644 --- a/.env.production.example +++ b/.env.production.example @@ -16,7 +16,7 @@ BACKEND_DIR=backend # ========================================== # 포트 # ========================================== -FRONTEND_PORT=5173 +FRONTEND_PORT=80 BACKEND_PORT=3000 WEBSOCKET_PORT=3001 DB_PORT=5432