Skip to content

Commit 3e66ab6

Browse files
authored
JE-61990
1 parent d7b3067 commit 3e66ab6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

manifest.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,19 @@ onInstall:
157157
nodeGroup: "cp",
158158
skipEmail: "true",
159159
settings: {
160+
test: false,
161+
skipEmail: true,
160162
customDomains: "${globals.DOMAIN}",
161-
fallbackToX1: "true",
162-
webroot: "true",
163+
fallbackToX1: true,
164+
webroot: true,
163165
webrootPath: "/var/www/webroot/ROOT/pub"
164166
}
165167
});
166168
if ('${settings.cdn_addon:false}' == 'true')
167169
actions.push({
168170
jps: "https://raw.githubusercontent.com/edgeport/cdn/master/manifest.yml?_r=${fn.random}",
169171
nodeGroup: "cp",
170-
skipEmail: "true",
172+
skipEmail: true,
171173
settings: {
172174
note: "${settings.noteCDN:}"
173175
}
@@ -206,6 +208,7 @@ actions:
206208
[ ! -d /var/lib/jelastic/keys/letsencrypt ] && mkdir -p /var/lib/jelastic/keys/letsencrypt;
207209
echo "webroot=true" > /var/lib/jelastic/keys/letsencrypt/settings-custom;
208210
echo "webrootPath=/var/www/webroot/ROOT/pub" >> /var/lib/jelastic/keys/letsencrypt/settings-custom;
211+
echo "test=false" >> /var/lib/jelastic/keys/letsencrypt/settings-custom;
209212
user: root
210213
211214
setupEdgeportCDN:

0 commit comments

Comments
 (0)