Update environment config

This commit is contained in:
Edi Septriyanto
2023-05-07 09:17:21 +07:00
parent 22f6ed6123
commit 29dc4779aa

View File

@@ -162,7 +162,7 @@ INSTALL_PHP=true
# It is highly recommended to install PHP version 7.4 or greater.
# Installing multiple versions is supported, separate version by space.
PHP_VERSIONS="8.0 8.2"
PHP_VERSIONS="8.1 8.2"
# Additional PHP modules (extensions) to install.
# Installing multiple extension is supported, separate version by space.
@@ -170,7 +170,7 @@ PHP_VERSIONS="8.0 8.2"
PHP_EXTENSIONS="geoip gnupg imagick igbinary json mcrypt memcache memcached msgpack openswoole sodium"
# DO NOT CHANGE
DEFAULT_PHP_VERSION="8.0"
DEFAULT_PHP_VERSION="8.1"
[php-loader]
# PHP Loader is a PHP extension (module) that enables PHP
@@ -281,7 +281,7 @@ REDIS_PASSWORD=""
INSTALL_FTP_SERVER=true
# Available installer: repo | source.
FTP_SERVER_INSTALLER="source"
FTP_SERVER_INSTALLER="repo"
# Supported FTP server: vsftpd | pureftpd.
FTP_SERVER_NAME="vsftpd"