forked from platformsh-templates/magento2ce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.magento.env.yaml
49 lines (48 loc) · 1.18 KB
/
.magento.env.yaml
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
47
48
49
system:
variables:
ENV_RELATIONSHIPS: "PLATFORM_RELATIONSHIPS"
ENV_ROUTES: "PLATFORM_ROUTES"
ENV_VARIABLES: "PLATFORM_VARIABLES"
ENV_APPLICATION: "PLATFORM_APPLICATION"
ENV_ENVIRONMENT: "PLATFORM_ENVIRONMENT"
stage:
deploy:
CRON_CONSUMERS_RUNNER:
cron_run: true
max_messages: 250
CACHE_CONFIGURATION:
_merge: true
frontend:
default:
backend_options:
database: 0
read_timeout: 10
connect_retries: 3
page_cache:
backend_options:
database: 1
read_timeout: 10
connect_retries: 3
SESSION_CONFIGURATION:
_merge: true
redis:
timeout: 5
database: 2
disable_locking: 1
break_after_frontend: 12
break_after_adminhtml: 30
first_lifetime: 600
bot_first_lifetime: 60
bot_lifetime: 7200
min_lifetime: 60
max_lifetime: 2592000
post-deploy:
WARM_UP_PAGES:
- "cms-page:home:*"
global:
SKIP_HTML_MINIFICATION: true
SCD_ON_DEMAND: true
SCD_NO_PARENT: true
SKIP_SCD: true
SCD_STRATEGY: compact
X_FRAME_CONFIGURATION: SAMEORIGIN