mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
27 lines
565 B
Plaintext
27 lines
565 B
Plaintext
# Environment variables that are set in the development environment and override
|
|
# the settings in the config directory files.
|
|
|
|
# Application environment
|
|
PECL_ENV="dev"
|
|
|
|
# http or https
|
|
PECL_SCHEME="http"
|
|
|
|
# PECL channel host (domain name)
|
|
PECL_HOST="pecl.localhost"
|
|
|
|
# Database username
|
|
PECL_DB_USERNAME="nobody"
|
|
|
|
# Database password
|
|
PECL_DB_PASSWORD="password"
|
|
|
|
# Database host
|
|
PECL_DB_HOST="localhost"
|
|
|
|
# Database name
|
|
PECL_DB_NAME="pecl"
|
|
|
|
# Path where new PECL account requests are sent when requesting a SVN account
|
|
PECL_MASTER_API_URL="http://pecl.localhost"
|