Revert config base_url to pre-44ac1770 (restore DEV server config state).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-20 18:43:26 -04:00
parent 44ac1770db
commit 0b517c4647
2 changed files with 5 additions and 4 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://ms1crmdev.progiweb.net/';
$config['base_url'] = 'https://ms1crm.interne.ca/';
$config['titre']='Ms1-CRM-dev';
$config['emailreservation']='mayrand.p@ms1timing.com';
/*
@ -521,6 +521,7 @@ $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
@ -531,5 +532,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']='Dev astral';
$config['pw_verssion']='prod astral';
include_once('config_pw.php');

View File

@ -15,9 +15,9 @@ class App extends BaseConfig
* WITH a trailing slash:
*
* E.g., http://example.com/
* DEV : https://ms1crmdev.progiweb.net/ (pas prod ms1crm.interne.ca).
* public string $baseURL = 'https://ms1crmdev.progiweb.net/';
*/
public string $baseURL = 'https://ms1crmdev.progiweb.net/';
public string $baseURL = 'https://ms1crm.interne.ca/';
/**
* Allowed Hostnames in the Site URL other than the hostname in the baseURL.