From 08879ceddc4253d9a8063ad5ec891b626418dada Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Mon, 22 Jan 2018 09:59:45 +0000 Subject: [PATCH] Set static url and disable asset signing --- zsh/zshrc.symlink | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 009ff4b..e0ed561 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -178,6 +178,11 @@ function install_magento { --use-secure-admin="0" \ --admin-use-security-key="0" \ --session-save="files" + + n98-magerun2 config:store:set "dev/static/sign" "0" + n98-magerun2 config:store:set "web/unsecure/base_static_url" "http://$host:15013/static/" + + n98-magerun2 c:f } # Find root of Magetno 2 installation