mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Removed references to SITE_URL and OPERATOR_PANEL_NAME put other descriptions in config
This commit is contained in:
@@ -29,16 +29,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// This Site name will appear as Limesurvey {ENDURL}
|
||||
define ('SITE_URL', 'http://quexs.sourceforge.net/');
|
||||
|
||||
// Specify Your Local namings
|
||||
define ('COMPANY_NAME', 'MY Company');
|
||||
define ('ADMIN_PANEL_NAME','Admin Panel');
|
||||
define ('OPERATOR_PANEL_NAME','Operator Panel');
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Only some of the configuration directives are here. See the file: config.default.php for them all
|
||||
@@ -55,7 +45,7 @@ define('VOIP_ENABLED',false);
|
||||
/**
|
||||
* The Asterisk server address
|
||||
*/
|
||||
define('VOIP_SERVER','asterisk.dcarf');
|
||||
define('VOIP_SERVER', 'localhost');
|
||||
|
||||
/**
|
||||
* Whether to automatically pop up a coding window when the respondent hangs up
|
||||
@@ -72,7 +62,7 @@ define('QUEXS_PATH', '/quexs/');
|
||||
*/
|
||||
define('DB_USER', 'quexs');
|
||||
define('DB_PASS', 'quexs');
|
||||
define('DB_HOST', 'databasedev.dcarf');
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_NAME', 'quexs');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user