From 54b1dc8b73a5f485871cb9532fc6919c438a15c4 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 3 Jul 2013 11:20:07 +0300 Subject: dev-shell: default to port 8000 --- dev-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-shell') diff --git a/dev-shell b/dev-shell index b36cb4f..920066b 100755 --- a/dev-shell +++ b/dev-shell @@ -135,7 +135,7 @@ EOF exec 3>&1 export ACF_QD_CLI=$0 - export ACF_URL=http://localhost + export ACF_URL=http://localhost:8000 export ACF_USER=`whoami` PASSWORD= -- cgit v1.2.3