# Use "Development" to avoid TYPO3 caching and verbose error output
# Use "Production" for maximum performance and no error output
TYPO3_CONTEXT="Development"

# Set arbitrary TYPO3_CONF_VARS values, following the convention: TYPO3__<section>[__<sub-section>]__property

# Credentials
TYPO3__DB__Connections__Default__charset="utf8mb4"
TYPO3__DB__Connections__Default__dbname="db"
TYPO3__DB__Connections__Default__driver="mysqli"
TYPO3__DB__Connections__Default__host="db"
TYPO3__DB__Connections__Default__password="db"
TYPO3__DB__Connections__Default__port="3306"
TYPO3__DB__Connections__Default__tableoptions__charset="utf8mb4"
TYPO3__DB__Connections__Default__tableoptions__collate="utf8mb4_unicode_ci"
TYPO3__DB__Connections__Default__user="db"

## Site name
TYPO3__SYS__sitename="[DEV] SiteName"

# Host specifics

## graphicsmagick path
TYPO3__GFX__processor_path="/usr/local/bin/"
TYPO3__GFX__processor_path_lzw="/usr/local/bin/"

## realurl/ hostnames
TYPO3__EXTCONF__site_configuration__domainNames__default="sitename.ddev.local"
#TYPO3__EXTCONF__site_configuration__domainNames__en="test.com.dev"

## extensions
#TYPO3__EXTENSIONS__indexed_search__catdoc="/usr/local/bin/"
#TYPO3__EXTENSIONS__indexed_search__pdftools="/usr/local/bin/"
#TYPO3__EXTENSIONS__indexed_search__ppthtml="/usr/local/bin/"
#TYPO3__EXTENSIONS__indexed_search__unrtf="/usr/local/bin/"
#TYPO3__EXTENSIONS__indexed_search__unzip="/usr/local/bin/"
#TYPO3__EXTENSIONS__indexed_search__xlhtml="/usr/local/bin/"

# Secrets
TYPO3__SYS__encryptionKey="doesnotmatteronlocaldev"
TYPO3__BE__installToolPassword="$P$C8.8X90tS2Djh1XOCTFehnh6Xu5uAp1" # joh316

# optional values
TYPO3__BE__adminOnly="0"

# Mail Settings
TYPO3__MAIL__transport="smtp"
TYPO3__MAIL__transport_sendmail_command=""
TYPO3__MAIL__transport_smtp_encrypt=""
TYPO3__MAIL__transport_smtp_password=""
TYPO3__MAIL__transport_smtp_server="127.0.0.1:1025"
TYPO3__MAIL__transport_smtp_username=""

# A set of TYPO3 framework extensions (delivered within typo3/cms), which should be marked as active
# This configuration value is only evaluated during deployment, *NOT* during runtime!
# Set this value if you (for some reason) want different extensions active on different systems
# TYPO3_ACTIVE_FRAMEWORK_EXTENSIONS="belog,beuser,context_help,fluid_styled_content,extra_page_cm_options,felogin,filelist,impexp,info,info_pagetsconfig,lowlevel,perm,reports,rsaauth,rtehtmlarea,scheduler,setup,tstemplate,viewpage"
