blob: 023d7b1a9d89b517be5bae83b85e9074c0873a1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
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: /
|