Element index for package CAT_Configuration
Package indexes
[ b ]
[ c ]
[ d ]
[ k ]
[ m ]
[ p ]
[ t ]
[ w ]
b
- $BASE_DIR
- in file config.php, variable Config::$BASE_DIR
Installation path of CAT on the system
c
- Config
- in file config.php, class Config
This classes' members hold the configuration for CAT It is not necessary to instantiate the class; all members are static
- config.php
- procedural page config.php
d
- $DEBUG_FILE
- in file config.php, variable Config::$DEBUG_FILE
Destination for debug logs
- $DEBUG_LEVEL
- in file config.php, variable Config::$DEBUG_LEVEL
Verbosity of some of the core code. The following debug levels are supported:
k
- $KB_DB
- in file config.php, variable Config::$KB_DB
Database name on the server
- $KB_HOST
- in file config.php, variable Config::$KB_HOST
Database server that contains all the user data
- $KB_PASS
- in file config.php, variable Config::$KB_PASS
Password to access the database
- $KB_USER
- in file config.php, variable Config::$KB_USER
Username to access the database
m
- $MAPS_API_KEY
- in file config.php, variable Config::$MAPS_API_KEY
Your API key for Google Maps. If this config variable is invalid, all the map parts won't work.
- $MAX_UPLOAD_SIZE
- in file config.php, variable Config::$MAX_UPLOAD_SIZE
Maximum size of files to be uploaded. Clever people can circumvent this; in the end, the hard limit is configured in php.ini
p
- $PLACES_API_KEY
- in file config.php, variable Config::$PLACES_API_KEY
The CAT uses Google places to guess a location based on the country and name. You need to have a valid Google Places API key for that. Note that this is different from the Google Maps API key, below.
t
- $TMP_BASE_PATH
- in file config.php, variable Config::$TMP_BASE_PATH
Base path for temporary files (these will hold site installer data)
w
- $WEB_DIR
- in file config.php, variable Config::$WEB_DIR
Path to the web subdir of CAT on the system
|
|