환경별 버킷 설정

This commit is contained in:
2026-02-09 15:51:37 +09:00
parent 56a7fe94d5
commit 4f78d5493c

View File

@@ -83,7 +83,7 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automa
* ncloud url * ncloud url
*/ */
// 환경별 버킷 설정 // 환경별 버킷 설정
$environment = getenv('CI_ENVIRONMENT') ?: ENVIRONMENT; $environment = getenv('CI_ENVIRONMENT') ?: 'production';
if ($environment === 'development') { if ($environment === 'development') {
define('NCLOUD_S3_BUCKET', 'confirms-object-test'); define('NCLOUD_S3_BUCKET', 'confirms-object-test');
define('NCLOUD_OBJECT_STORAGE_URL', 'https://kr.object.ncloudstorage.com/confirms-object-test'); define('NCLOUD_OBJECT_STORAGE_URL', 'https://kr.object.ncloudstorage.com/confirms-object-test');