From 5cf52d3beb33a97e6b880c6f2b32d23a19b092ff Mon Sep 17 00:00:00 2001 From: ttipo Date: Mon, 22 Jun 2026 12:33:32 +0900 Subject: [PATCH] =?UTF-8?q?.env.production.example=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= 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 da303b7..951abd1 100644 --- a/.env.production.example +++ b/.env.production.example @@ -10,7 +10,7 @@ BACKEND_DIR=backend # ========================================== # 포트 설정 # ========================================== -FRONTEND_PORT=5173 +FRONTEND_PORT=80 BACKEND_PORT=3000 WEBSOCKET_PORT=3001 DB_PORT=5432