Skip to content

Commit

Permalink
Fix HTTP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Nov 26, 2018
1 parent fe47399 commit b0af944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccube_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
CONFIG_PHP="data/config/config.php"
ADMIN_MAIL=${ADMIN_MAIL:-"admin@example.com"}
SHOP_NAME=${SHOP_NAME:-"EC-CUBE SHOP"}
HTTP_URL=${HTTP_URL:-"http://test.local"}
HTTP_URL=${HTTP_URL:-"http://test.local/"}
HTTPS_URL=${HTTPS_URL:-"http://test.local/"}
ROOT_URLPATH=${ROOT_URLPATH:-"/"}
DOMAIN_NAME=${DOMAIN_NAME:-""}
Expand Down

0 comments on commit b0af944

Please sign in to comment.