Merge pull request #6168 from rubencm/ticket/16732

[ticket/16732] Fix vagrant
This commit is contained in:
Marc Alexander 2021-03-22 20:37:36 +01:00 committed by GitHub
commit 271d6d3169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

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

View file

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

View file

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