From ca97bc84c9bfc4ce92a50c65f59a4c0c0500d5b7 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 16 Jan 2026 11:08:35 +0900 Subject: [PATCH] pw add --- .env.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index db5249a7..27dd2650 100644 --- a/.env.sample +++ b/.env.sample @@ -3,7 +3,7 @@ # ========================================== # --- General System --- -APP_ENV=development +APP_ENV=dev TZ=Asia/Seoul # --- Infrastructure Ports --- @@ -33,3 +33,5 @@ NAVER_CLOUD_ACCESS_KEY=ncp_iam_... NAVER_CLOUD_SECRET_KEY=ncp_iam_... NAVER_CLOUD_SERVICE_ID=ncp:sms:kr:...:... NAVER_SENDER_PHONE_NUMBER=... + +ADMIN_PASSWORD=admin \ No newline at end of file