For the purpose of illustrating what environment variables are passed to the application configuration script on its invocation, we chose the phpBB application package. It is an open-source application and has a simple metadata file, which makes it suitable for the purpose. The application package can be downloaded at http://www.apsstandard.com/app/id,8.
The types of environment variables that are passed to the phpBB configuration script by a Controller are as follows:
The full list of phpBB environment variables list is as follows:
BASE_URL_SCHEME
BASE_URL_HOST
BASE_URL_PORT
BASE_URL_PATH
SETTINGS_admin_login
SETTINGS_admin_passwd
SETTINGS_admin_email
SETTINGS_site_name
SETTINGS_site_desc
SETTINGS_locale
PHP aspect
PHP_VERSION
Database aspect
DB_main_TYPE
DB_main_NAME
DB_main_LOGIN
DB_main_PASSWORD
DB_main_HOST
DB_main_PORT
DB_main_VERSION
DB_main_PREFIX
WEB___DIR
WEB_images_avatars_DIR