주석 제거
This commit is contained in:
@@ -84,7 +84,7 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automa
|
|||||||
*/
|
*/
|
||||||
// 환경별 버킷 설정
|
// 환경별 버킷 설정
|
||||||
$environment = getenv('CI_ENVIRONMENT') ?: 'production';
|
$environment = getenv('CI_ENVIRONMENT') ?: 'production';
|
||||||
log_message('info', 'Current environment: ' . $environment);
|
// log_message('info', 'Current environment: ' . $environment);
|
||||||
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');
|
||||||
|
|||||||
Reference in New Issue
Block a user