diff options
| author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-20 18:12:50 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-20 18:12:50 +0200 |
| commit | 846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5 (patch) | |
| tree | 278850b0c49649ca01c537535301b3f3b333a867 /phpBB/docs/install-config.sample..yml | |
| parent | c89b226a7ae03c2e4ff12e60d36a27fe269583d4 (diff) | |
| download | forums-846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5.tar forums-846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5.tar.gz forums-846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5.tar.bz2 forums-846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5.tar.xz forums-846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5.zip | |
[ticket/13740] Move install-config.yml to docs/
PHPBB3-13740
Diffstat (limited to 'phpBB/docs/install-config.sample..yml')
| -rw-r--r-- | phpBB/docs/install-config.sample..yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/phpBB/docs/install-config.sample..yml b/phpBB/docs/install-config.sample..yml new file mode 100644 index 0000000000..d49e322a1f --- /dev/null +++ b/phpBB/docs/install-config.sample..yml @@ -0,0 +1,35 @@ +installer: + admin: + name: admin + password: adminadmin + email: admin@example.org + + board: + lang: en + name: My Board + description: My amazing new phpBB board + + database: + dbms: sqlite3 + dbhost: /tmp/phpbb.sqlite3 + dbport: ~ + dbuser: ~ + dbpasswd: ~ + dbname: ~ + 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: localhost + server_port: 80 + script_path: / |
