# 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__im_path='/usr/local/bin/'
TYPO3__GFX__im_path_lzw='/usr/local/bin/'
## Use Imagemagick on ddev environment
TYPO3__GFX__processor='ImageMagick'
TYPO3__GFX__processor_path='/usr/bin/'
TYPO3__GFX__processor_path_lzw='/usr/bin/'

## 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'
# Use single quotation because of variable substitution
# This one is the smply.gd default psw as argon2 hash
TYPO3__BE__installToolPassword='$argon2i$v=19$m=65536,t=16,p=2$TmF3QWtRTm8wZVVMQW15eA$G7d1DMh6TJfVpDDjeA2RSQl1rZCbQsh1b8r50ZFLGeQ'

# optional values
TYPO3__BE__adminOnly='0'

# Mail Settings (Local DDEV)
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=''

# Mail Settings Live (Mittwald)
#TYPO3__MAIL__transport='mail'

# Mail Settings (many prod. hostings)
#TYPO3__MAIL__transport='sendmail'
#TYPO3__MAIL__transport_sendmail_command=''
#TYPO3__MAIL__transport_smtp_encrypt=''
#TYPO3__MAIL__transport_smtp_password=''
#TYPO3__MAIL__transport_smtp_server=''
#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'
