Laravel APP_ENV should default to production, not live
This commit is contained in:
parent
12431f6c2e
commit
31a2b03d89
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
role=${CONTAINER_ROLE:-app}
|
role=${CONTAINER_ROLE:-app}
|
||||||
env=${APP_ENV:-live}
|
env=${APP_ENV:-production}
|
||||||
php=${PHP_DIR:-/var/www/html}
|
php=${PHP_DIR:-/var/www/html}
|
||||||
composer=${COMPOSER_HOME:-/var/cache/composer}
|
composer=${COMPOSER_HOME:-/var/cache/composer}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user