From 85fdb382819eed4ed4604fdd12ecd2704170d750 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 9 Feb 2026 18:14:22 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=98=EA=B2=BD=EB=B3=84=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Config/Constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index cab3ba5..71e0e6a 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -84,6 +84,7 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automa */ // 환경별 버킷 설정 $environment = getenv('CI_ENVIRONMENT') ?: 'production'; +echo $environment; if ($environment === 'development') { define('NCLOUD_S3_BUCKET', 'confirms-object-test'); define('NCLOUD_OBJECT_STORAGE_URL', 'https://kr.object.ncloudstorage.com/confirms-object-test');