We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85276d commit d544564Copy full SHA for d544564
gitpod/m2-install.sh
@@ -28,6 +28,7 @@ echo "-----------------------------------------------"
28
29
echo "==== 4. CONFIGURATION (config:set) CHANGES ===="
30
php bin/magento config:set system/security/max_session_size_admin 1024000 &&
31
+php bin/magento config:set admin/security/session_lifetime 31536000 &&
32
php bin/magento config:set web/cookie/cookie_path "/" &&
33
php bin/magento config:set web/cookie/cookie_domain ".gitpod.io" &&
34
php bin/magento config:set system/full_page_cache/caching_application 1 &&
0 commit comments