UPDATE: change database credentials and update development mode IP

This commit is contained in:
2026-02-02 23:36:31 +01:00
parent 68c2d651c6
commit 5a6da716a7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
array (
'database_host' => 'localhost',
'database_port' => '',
'database_name' => 'admin_lulandia',
'database_user' => 'admin_lulandia',
'database_password' => '6_atdQ-N#xlN-t#0',
'database_name' => 'host978195_db',
'database_user' => 'host978195_db',
'database_password' => 'fNpSJGmNCWTuNhT5HgGa',
'database_prefix' => 'materac_',
'database_engine' => 'InnoDB',
'mailer_transport' => 'smtp',

View File

@@ -26,7 +26,7 @@
/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
if ( $_SERVER['REMOTE_ADDR'] == '91.189.216.43' )
if ( $_SERVER['REMOTE_ADDR'] == '79.191.210.22' )
define('_PS_MODE_DEV_', false );
else
define('_PS_MODE_DEV_', false);