Update base URL and version in configuration files for development environment

This commit is contained in:
2026-08-20 18:02:48 -04:00
parent 30998edad5
commit 44ac1770db
2 changed files with 4 additions and 5 deletions

View File

@ -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 lauto-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');