From 846ab1d22fd33aaeeb1f122c14a4ba6156b7d6d5 Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Mon, 20 Jul 2015 18:12:50 +0200 Subject: [ticket/13740] Move install-config.yml to docs/ PHPBB3-13740 --- phpBB/docs/install-config.sample..yml | 35 +++++++++++++++++++++++++++++++++++ phpBB/install-config.yml | 35 ----------------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 phpBB/docs/install-config.sample..yml delete mode 100644 phpBB/install-config.yml (limited to 'phpBB') 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: / diff --git a/phpBB/install-config.yml b/phpBB/install-config.yml deleted file mode 100644 index d49e322a1f..0000000000 --- a/phpBB/install-config.yml +++ /dev/null @@ -1,35 +0,0 @@ -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: / -- cgit v1.2.1