mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added port configuration
This commit is contained in:
@@ -57,6 +57,17 @@ define('AUTO_POPUP',false);
|
||||
*/
|
||||
define('QUEXS_PATH', '/quexs/');
|
||||
|
||||
/**
|
||||
* The port queXS is running on (leave default)
|
||||
*/
|
||||
define('QUEXS_PORT', '');
|
||||
|
||||
/**
|
||||
* Debugging - disabled
|
||||
*/
|
||||
define('DEBUG', false);
|
||||
|
||||
|
||||
/**
|
||||
* Database configuration for queXS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user