CONSTANTS_CONFIG_DEFAULT.php
WIKINDX : Bibliographic Management system.
Tags
Table of Contents
Constants
- WIKINDX_DB_DEFAULT : mixed = 'wikindx'
- Default name of the MariaDB/MySQL database (case-sensitive)
- WIKINDX_DB_HOST_DEFAULT : mixed = 'localhost'
- Default name of the MariaDB/MySQL host server (case-insensitive)
- WIKINDX_DB_PASSWORD_DEFAULT : mixed = 'wikindx'
- Default password of the user required to connect to and open the database (case-sensitive)
- WIKINDX_DB_USER_DEFAULT : mixed = 'wikindx'
- Default username required to connect to and open the database (case-sensitive)
- WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT : mixed = 60
- Default max execution time of a script/page (in seconds, or FALSE)
- WIKINDX_MEMORY_LIMIT_DEFAULT : mixed = '1G'
- Default custom value for PHP memory_limit option (interger, string, or FALSE)
- WIKINDX_PATH_AUTO_DETECTION_DEFAULT : mixed = \TRUE
- Default value of path auto detection feature (for Virtual Host Apache config)
- WIKINDX_URL_BASE_DEFAULT : mixed = ""
- Default base URL of WIKINDX
Constants
WIKINDX_DB_DEFAULT
Default name of the MariaDB/MySQL database (case-sensitive)
public
mixed
WIKINDX_DB_DEFAULT
= 'wikindx'
Tags
WIKINDX_DB_HOST_DEFAULT
Default name of the MariaDB/MySQL host server (case-insensitive)
public
mixed
WIKINDX_DB_HOST_DEFAULT
= 'localhost'
Tags
WIKINDX_DB_PASSWORD_DEFAULT
Default password of the user required to connect to and open the database (case-sensitive)
public
mixed
WIKINDX_DB_PASSWORD_DEFAULT
= 'wikindx'
Tags
WIKINDX_DB_USER_DEFAULT
Default username required to connect to and open the database (case-sensitive)
public
mixed
WIKINDX_DB_USER_DEFAULT
= 'wikindx'
Tags
WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT
Default max execution time of a script/page (in seconds, or FALSE)
public
mixed
WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT
= 60
Tags
WIKINDX_MEMORY_LIMIT_DEFAULT
Default custom value for PHP memory_limit option (interger, string, or FALSE)
public
mixed
WIKINDX_MEMORY_LIMIT_DEFAULT
= '1G'
Tags
WIKINDX_PATH_AUTO_DETECTION_DEFAULT
Default value of path auto detection feature (for Virtual Host Apache config)
public
mixed
WIKINDX_PATH_AUTO_DETECTION_DEFAULT
= \TRUE
Tags
WIKINDX_URL_BASE_DEFAULT
Default base URL of WIKINDX
public
mixed
WIKINDX_URL_BASE_DEFAULT
= ""