summaryrefslogtreecommitdiff
path: root/.env.development
diff options
context:
space:
mode:
Diffstat (limited to '.env.development')
-rw-r--r--.env.development2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.development b/.env.development
index f7f6c783..a4b8bbd7 100644
--- a/.env.development
+++ b/.env.development
@@ -169,7 +169,7 @@ MESSENGER_DEVICE_ID=""
MESSENGER_BASE_URL="https://openapi.samsung.net"
# === NAS 경로 설정 ===
-# NAS_PATH="/evcp_nas" # 기존 개발에서는 선언되지 않은 변수라 주석 처리
+NAS_PATH="public" # 기존 개발에서는 선언되지 않은 변수라 주석 처리
# === 임시 환경변수, 나프로 요구사항 해소되면 삭제 ===
READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" # 해당 계정은 별도로 만들어야 함