-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathphpbb-config.yml
More file actions
38 lines (33 loc) · 781 Bytes
/
phpbb-config.yml
File metadata and controls
38 lines (33 loc) · 781 Bytes
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
installer:
admin:
name: admin
password: adminadmin
email: [email protected]
board:
lang: en
name: My Board
description: My amazing new phpBB board (Titania)
database:
dbms: mysqli
dbhost: 127.0.0.1
dbport: 3306
dbuser: phpbb
dbpasswd: phpbb
dbname: phpbb
table_prefix: phpbb_
email:
enabled: false
smtp_delivery : ~
smtp_host: ~
smtp_port: ~
smtp_auth: ~
smtp_user: ~
smtp_pass: ~
server:
cookie_secure: false
server_protocol: http://
force_server_vars: false
server_name: localhost
server_port: 80
script_path: /
extensions: ['phpbb/titania']