[ticket/16732] Fix vagrant

PHPBB3-16732
This commit is contained in:
rubencm 2021-03-21 19:02:09 +01:00
parent e159bef055
commit a9c5f0571f
3 changed files with 3 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
PHP_VERSION="7.2"
PHP_VERSION="7.3"
PHPBB_PATH="/home/vagrant/phpbb"
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"

View file

@ -14,19 +14,13 @@ keys:
folders:
- map: "."
to: "/home/vagrant/phpbb"
php: "7.2"
php: "7.3"
sites:
- map: phpbb.app
to: "/home/vagrant/phpbb/phpBB"
type: apache
databases:
- phpbb
features:
- mariadb: true
# blackfire:
# - id: foo
# token: bar

View file

@ -15,7 +15,7 @@ installer:
dbport: ~
dbuser: homestead
dbpasswd: secret
dbname: phpbb
dbname: homestead
table_prefix: phpbb_
# database:
# dbms: postgres