환경별 버킷 설정 수정
This commit is contained in:
@@ -83,7 +83,8 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automa
|
||||
* ncloud url
|
||||
*/
|
||||
// 환경별 버킷 설정
|
||||
if (ENVIRONMENT === 'development') {
|
||||
$environment = getenv('CI_ENVIRONMENT') ?: ENVIRONMENT;
|
||||
if ($environment === 'development') {
|
||||
define('NCLOUD_S3_BUCKET', 'confirms-object-test');
|
||||
define('NCLOUD_OBJECT_STORAGE_URL', 'https://kr.object.ncloudstorage.com/confirms-object-test');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user