2025-06-22 08:45:39

This commit is contained in:
Ho Sy Tan 2025-06-22 08:45:39 +07:00
parent 3e76b074ce
commit b15a201daa

View file

@ -56,17 +56,17 @@ define ("fhft_logDomain", "FHFT"); // in case Logs are mixed with other applicat
define("DIGEST_AUTH", false);
// Flexisip database access for authentication
define("AUTH_DB_HOST", "");
define("AUTH_DB_USER", "");
define("AUTH_DB_PASSWORD", "");
define("AUTH_DB_NAME", "");
define("AUTH_DB_HOST", "192.168.129.234");
define("AUTH_DB_USER", "flexisip");
define("AUTH_DB_PASSWORD", "FlexisipCfoneOrg");
define("AUTH_DB_NAME", "flexisip200");
define("ACCOUNTS_DB_TABLE", "accounts");
define("ACCOUNTS_ALGO_DB_TABLE", "passwords");
define("USE_PERSISTENT_CONNECTIONS", False);
// Authentication realm
// If this is not defined, the realm is fetched from the request. Do it ONLY if you need to run several realm on one file server.
define("AUTH_REALM", "sip.example.org");
define("AUTH_REALM", "cfone.org");
// Authentication SQL query
// this SQL query must retrieve a field password and a field algorithm and will bind a string holding the username and one the domain into the ?, it shall extract several stored password if we store them in cleartext, MD5 or SHA-256 hash