1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00
php-phpbb/vagrant/phpbb-install-config.yml
Matt Friedman 6196e4ae4d [ticket/14547] Add Vagrant to phpBB
PHPBB3-14547
2016-04-28 08:36:49 -07:00

52 lines
1.1 KiB
YAML

installer:
admin:
name: admin
password: adminadmin
email: admin@example.org
board:
lang: en
name: phpBB Dev Board
description: My phpBB development board
database:
dbms: mysqli
dbhost: 127.0.0.1
dbport: ~
dbuser: homestead
dbpasswd: secret
dbname: phpbb
table_prefix: phpbb_
# database:
# dbms: postgres
# dbhost: 127.0.0.1
# dbport: 5432
# dbuser: homestead
# dbpasswd: secret
# dbname: phpbb
# table_prefix: phpbb_
# database:
# dbms: sqlite3
# dbhost: /tmp/phpbb.sqlite3
# dbport: ~
# dbuser: ~
# dbpasswd: ~
# dbname: phpbb
# table_prefix: phpbb_
email:
enabled: false
smtp_delivery : ~
smtp_host: ~
smtp_auth: ~
smtp_user: ~
smtp_pass: ~
server:
cookie_secure: false
server_protocol: http://
force_server_vars: false
server_name: 192.168.10.10
server_port: 80
script_path: /