adjust credentials in init.php.save

This commit is contained in:
root 2025-11-26 12:22:06 +01:00
parent afde84c835
commit 6cc8412225
3 changed files with 5 additions and 8 deletions

View File

@ -953,8 +953,6 @@ na.id as agent_id,ds.id,cg.code_membre as code_membre ,ds.id as demande_id FROM
}else{
echo mysqli_error($this->db->con);
}
}
/**

View File

@ -1,13 +1,13 @@
<?php
/*fichier de configuration test */
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASSWORD", "vps@2017GA");
#define("DB_DATABASE","iLink_test2");
define("DB_PASSWORD", "@iLink@2025");
define("DB_DATABASE","iLink_preprod");
define("GEOLOCATED_AGENT_ETAT",0);
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
define("NOTIFICATION_SERVICE_KEY",'RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');
define("WALLET_SERVICE_URL",'http://localhost:8081');
define("WALLET_SERVICE_URL",'https://test.ilink-app.com:8081');
define("WALLET_SERVICE_TOKEN",'fywRtXSwEhHncwXaqn10wa9bJU9a63r2')
?>

View File

@ -3,12 +3,11 @@
/*fichier de configuration test */
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASSWORD", "vps@2017GA");
#define("DB_DATABASE","iLink_test2");
define("DB_PASSWORD", "@iLink@2025");
define("DB_DATABASE","iLink_preprod");
define("GEOLOCATED_AGENT_ETAT",0);
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
define("NOTIFICATION_SERVICE_KEY",'RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');
define("WALLET_SERVICE_URL",'http://localhost:8081');
define("WALLET_SERVICE_URL",'https://test.ilink-app.com:8081');
define("WALLET_SERVICE_TOKEN",'fywRtXSwEhHncwXaqn10wa9bJU9a63r2')
?>