adjust credentials in init.php.save
This commit is contained in:
parent
afde84c835
commit
6cc8412225
|
|
@ -953,8 +953,6 @@ na.id as agent_id,ds.id,cg.code_membre as code_membre ,ds.id as demande_id FROM
|
||||||
}else{
|
}else{
|
||||||
echo mysqli_error($this->db->con);
|
echo mysqli_error($this->db->con);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/*fichier de configuration test */
|
/*fichier de configuration test */
|
||||||
define("DB_HOST", "localhost");
|
define("DB_HOST", "localhost");
|
||||||
define("DB_USER", "root");
|
define("DB_USER", "root");
|
||||||
define("DB_PASSWORD", "vps@2017GA");
|
define("DB_PASSWORD", "@iLink@2025");
|
||||||
#define("DB_DATABASE","iLink_test2");
|
|
||||||
define("DB_DATABASE","iLink_preprod");
|
define("DB_DATABASE","iLink_preprod");
|
||||||
define("GEOLOCATED_AGENT_ETAT",0);
|
define("GEOLOCATED_AGENT_ETAT",0);
|
||||||
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
|
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
|
||||||
define("NOTIFICATION_SERVICE_KEY",'RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');
|
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')
|
define("WALLET_SERVICE_TOKEN",'fywRtXSwEhHncwXaqn10wa9bJU9a63r2')
|
||||||
?>
|
?>
|
||||||
|
|
@ -3,12 +3,11 @@
|
||||||
/*fichier de configuration test */
|
/*fichier de configuration test */
|
||||||
define("DB_HOST", "localhost");
|
define("DB_HOST", "localhost");
|
||||||
define("DB_USER", "root");
|
define("DB_USER", "root");
|
||||||
define("DB_PASSWORD", "vps@2017GA");
|
define("DB_PASSWORD", "@iLink@2025");
|
||||||
#define("DB_DATABASE","iLink_test2");
|
|
||||||
define("DB_DATABASE","iLink_preprod");
|
define("DB_DATABASE","iLink_preprod");
|
||||||
define("GEOLOCATED_AGENT_ETAT",0);
|
define("GEOLOCATED_AGENT_ETAT",0);
|
||||||
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
|
define("NOTIFICATION_SERVICE_URL",'http://localhost:8083');
|
||||||
define("NOTIFICATION_SERVICE_KEY",'RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');
|
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')
|
define("WALLET_SERVICE_TOKEN",'fywRtXSwEhHncwXaqn10wa9bJU9a63r2')
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue