22 lines
497 B
Bash
22 lines
497 B
Bash
PHP_UID=1000
|
|
PHP_GID=1000
|
|
PHP_HOME=/opt/mainsite/wrenchboard/www
|
|
PHP_USER=php-fpm
|
|
PHP_INI_SCAN_DIR=/cfgs:/usr/local/etc/php/conf.d
|
|
PHP_INI_PATH=/cfgs/php.ini
|
|
PHP_POOL_PATH=/cfgs/*/*-pool.conf
|
|
PHP_BOOT_SCRIPTS=/cfgs/start.sh
|
|
PHP_CRONTABS_PATH=/cfgs/cron
|
|
#PHP_SESSION_HANDLER=redis
|
|
#PHP_SESSION_PATH=tcp://redis.host:6379
|
|
ENV_ID='DEV20231703-A2'
|
|
HOME_PAGE_BACKGROUND='api_bk.jpg'
|
|
|
|
# private
|
|
TEST_EMAIL=support@wrenchboard.com
|
|
#NEWRELIC_LICENSE=newrelic_license
|
|
#SENDGRID_API_KEY=sendgrid_api_key
|
|
|
|
|
|
|