From 6a9fa39d8005de294aebbab73d41848cd3a14d7b Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 20 Feb 2023 16:04:02 +0530 Subject: [PATCH] COnstant : ps --- api/application/config/constants.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*************************************************/