From eaebcfe7c1d805aa102f6df39f0f98f56446a9fb Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Fri, 8 Sep 2023 12:57:07 +0200 Subject: [PATCH] Primeros cambios en cosido tapa blanda 4 --- ci4/.env | 2 +- ci4/app/Config/Boot/development.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci4/.env b/ci4/.env index 347f66d5..1502e939 100644 --- a/ci4/.env +++ b/ci4/.env @@ -22,7 +22,7 @@ CI_ENVIRONMENT = development # APP #-------------------------------------------------------------------- -app.baseURL = 'https://sk-imn.imnavajas.es' +app.baseURL = 'https://sk-jjo.imnavajas.es' #app.baseURL = 'https://sk-imn.imnavajas.es' # app.baseURL = "http://safekat.test/" # app.forceGlobalSecureRequests = false diff --git a/ci4/app/Config/Boot/development.php b/ci4/app/Config/Boot/development.php index 05a86125..ff02768c 100644 --- a/ci4/app/Config/Boot/development.php +++ b/ci4/app/Config/Boot/development.php @@ -29,4 +29,4 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); | the system. This will control whether Kint is loaded, and a few other | items. It can always be used within your own application too. */ -defined('CI_DEBUG') || define('CI_DEBUG', true); +defined('CI_DEBUG') || define('CI_DEBUG', false);