From 29dc4779aa2f20e82dcacdecf5be71ad54a5b754 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sun, 7 May 2023 09:17:21 +0700 Subject: [PATCH] Update environment config --- .env.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.dist b/.env.dist index 47331c9..5771212 100644 --- a/.env.dist +++ b/.env.dist @@ -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"