| Line 29... |
Line 29... |
| 29 |
* 2: As in 1, but also with full debug messages and SQL output.
|
29 |
* 2: As in 1, but also with full debug messages and SQL output.
|
| 30 |
*
|
30 |
*
|
| 31 |
* In production mode, flash messages redirect after a time interval.
|
31 |
* In production mode, flash messages redirect after a time interval.
|
| 32 |
* In development mode, you need to click the flash message to continue.
|
32 |
* In development mode, you need to click the flash message to continue.
|
| 33 |
*/
|
33 |
*/
|
| 34 |
Configure::write('debug', 2);
|
34 |
Configure::write('debug', 0);
|
| 35 |
|
35 |
|
| 36 |
/**
|
36 |
/**
|
| 37 |
* Configure the Error handler used to handle errors for your application. By default
|
37 |
* Configure the Error handler used to handle errors for your application. By default
|
| 38 |
* ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0
|
38 |
* ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0
|
| 39 |
* and log errors with CakeLog when debug = 0.
|
39 |
* and log errors with CakeLog when debug = 0.
|
| Line 389... |
Line 389... |
| 389 |
Configure::write('password','Password@2020');
|
389 |
Configure::write('password','Password@2020');
|
| 390 |
Configure::write('icubesurl','https://www.elabs11.com/API/mailing_list.html');
|
390 |
Configure::write('icubesurl','https://www.elabs11.com/API/mailing_list.html');
|
| 391 |
Configure::write('newsletterapi' , array('privatedeal' =>
|
391 |
Configure::write('newsletterapi' , array('privatedeal' =>
|
| 392 |
array('url' => 'http://shop2020.in:8080/mobileapi/private-deals/',
|
392 |
array('url' => 'http://shop2020.in:8080/mobileapi/private-deals/',
|
| 393 |
'params' => array('isLoggedIn' => 'true','userId' => 14006649,'perpage'=>20))));
|
393 |
'params' => array('isLoggedIn' => 'true','userId' => 14006649,'perpage'=>20))));
|
| 394 |
Configure::write('privatedeallistid','229747');
|
- |
|
| 395 |
|
394 |
Configure::write('privatedeallistid','229747');
|
| - |
|
395 |
|