diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 9d3da9e9..e95d3a30 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -141,7 +141,7 @@ defined('CET_CREDIT_PD_INTEGRATION_IMG_URL') OR define('CET_CREDIT_PD_INTEGRATIO defined('DIGILOCKER_TOKEN_URI') OR define('DIGILOCKER_TOKEN_URI','https://api.digitallocker.gov.in/public/oauth2/1/token'); defined('DIGILOCKER_FILESLIST_URI') OR define('DIGILOCKER_FILESLIST_URI','https://api.digitallocker.gov.in/public/oauth2/2/files/issued'); defined('DIGILOCKER_GETFILE_URI') OR define('DIGILOCKER_GETFILE_URI','https://api.digitallocker.gov.in/public/oauth2/1/file/'); - +defined('GCP_BUCKET_NAME') OR define('GCP_BUCKET_NAME','sales-pd-demo'); } else if(ENVIRONMENT == 'testing') { @@ -167,6 +167,7 @@ else if(ENVIRONMENT == 'testing') defined('DIGILOCKER_TOKEN_URI') OR define('DIGILOCKER_TOKEN_URI','https://api.digitallocker.gov.in/public/oauth2/1/token'); defined('DIGILOCKER_FILESLIST_URI') OR define('DIGILOCKER_FILESLIST_URI','https://api.digitallocker.gov.in/public/oauth2/2/files/issued'); defined('DIGILOCKER_GETFILE_URI') OR define('DIGILOCKER_GETFILE_URI','https://api.digitallocker.gov.in/public/oauth2/1/file/'); + defined('GCP_BUCKET_NAME') OR define('GCP_BUCKET_NAME','sales-pd-demo'); } else if(ENVIRONMENT == 'production') { @@ -192,6 +193,7 @@ else if(ENVIRONMENT == 'production') defined('DIGILOCKER_TOKEN_URI') OR define('DIGILOCKER_TOKEN_URI','https://api.digitallocker.gov.in/public/oauth2/1/token'); defined('DIGILOCKER_FILESLIST_URI') OR define('DIGILOCKER_FILESLIST_URI','https://api.digitallocker.gov.in/public/oauth2/2/files/issued'); defined('DIGILOCKER_GETFILE_URI') OR define('DIGILOCKER_GETFILE_URI','https://api.digitallocker.gov.in/public/oauth2/1/file/'); + defined('GCP_BUCKET_NAME') OR define('GCP_BUCKET_NAME','sales-pd-demo'); } /*********************END of AWS resources Constants*************************************************/