-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-example
47 lines (36 loc) · 1.24 KB
/
.env-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# DDEV config
# Use "Development" to avoid TYPO3 caching and verbose error output
# Use "Production" for maximum performance and no error output
# Available options are:
# Development/Local
# Development/Testing
# Production/Live
# Production/Debug
TYPO3_CONTEXT='Development/Local'
# Set arbitrary TYPO3_CONF_VARS values, following the convention: TYPO3__<section>[__<sub-section>]__property
# SYS
TYPO3__SYS__sitename='The Amazing Template'
# DB
TYPO3__DB__Connections__Default__dbname='db'
TYPO3__DB__Connections__Default__host='db'
TYPO3__DB__Connections__Default__password='db'
TYPO3__DB__Connections__Default__port='3306'
TYPO3__DB__Connections__Default__user='db'
# MAIL
TYPO3__MAIL__defaultMailFromAddress = ''
TYPO3__MAIL__defaultMailFromName = 'The Amazing Template'
TYPO3__MAIL__transport = 'smtp'
TYPO3__MAIL__transport_sendmail_command = ''
TYPO3__MAIL__transport_smtp_password = ''
TYPO3__MAIL__transport_smtp_server = ''
TYPO3__MAIL__transport_smtp_username = ''
TYPO3__MAIL__transport_smtp_encrypt = ''
# FE
TYPO3__FE__pageNotFound_handling=''
# BE
TYPO3__BE__warning_email_addr=''
TYPO3__BE__installToolPassword=''
# GFX
TYPO3__GFX__processor='ImageMagick'
TYPO3__GFX__processor_path='/usr/bin/'
TYPO3__GFX__processor_path_lzw='/usr/bin/'