mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 13:24:10 +02:00
Merge pull request #6168 from rubencm/ticket/16732
[ticket/16732] Fix vagrant
This commit is contained in:
commit
271d6d3169
@ -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"
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,7 @@ installer:
|
||||
dbport: ~
|
||||
dbuser: homestead
|
||||
dbpasswd: secret
|
||||
dbname: phpbb
|
||||
dbname: homestead
|
||||
table_prefix: phpbb_
|
||||
# database:
|
||||
# dbms: postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user