phpbb/.env.sample

17 lines
346 B
Plaintext
Raw Permalink Normal View History

2023-06-26 16:29:11 +00:00
TYPE=phpbb
DOMAIN=phpbb.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.phpbb.example.com`'
LETS_ENCRYPT_ENV=production
2023-07-10 18:37:23 +00:00
PHPBB_USERNAME=admin
PHPBB_EMAIL=forum@example.com
PHPBB_FORUM_NAME=My Forum
PHPBB_FORUM_DESCRIPTION=A very nice forum
SECRET_ADMIN_PASSWORD_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1