diff --git a/application/config/config.php b/application/config/config.php index 08781f14..103250e0 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | a PHP script and you can easily do that on your own. | */ -$config['base_url'] = 'https://ms1crm.interne.ca/'; +$config['base_url'] = 'https://ms1crmdev.progiweb.net/'; $config['titre']='Ms1-CRM-dev'; $config['emailreservation']='mayrand.p@ms1timing.com'; /* @@ -521,7 +521,6 @@ $config['rewrite_short_tags'] = FALSE; | Comma-separated: '10.0.1.200,192.168.5.0/24' | Array: array('10.0.1.200', '192.168.5.0/24') */ - $config['proxy_ips'] = ''; $config['gcal_autoplace'] = true; // activer/désactiver l’auto-placement $config['gcal_autoplace_time'] = '06:00';// heure de départ @@ -532,5 +531,5 @@ $config['google_sa_keyfile'] = APPPATH.'credentials/service_account.json'; // Si votre domaine Google Workspace a activé la DWD et autorisé le compte de service $config['google_sa_impersonate'] = true; $config['pw_client']='ms1'; -$config['pw_verssion']='prod astral'; +$config['pw_verssion']='Dev astral'; include_once('config_pw.php'); \ No newline at end of file diff --git a/v4_ci4/app/Config/App.php b/v4_ci4/app/Config/App.php index 505a330b..219ee7e0 100644 --- a/v4_ci4/app/Config/App.php +++ b/v4_ci4/app/Config/App.php @@ -15,9 +15,9 @@ class App extends BaseConfig * WITH a trailing slash: * * E.g., http://example.com/ - * public string $baseURL = 'https://ms1crmdev.progiweb.net/'; + * DEV : https://ms1crmdev.progiweb.net/ (pas prod ms1crm.interne.ca). */ - public string $baseURL = 'https://ms1crm.interne.ca/'; + public string $baseURL = 'https://ms1crmdev.progiweb.net/'; /** * Allowed Hostnames in the Site URL other than the hostname in the baseURL.