load-base-data.sh: set default platform to dev

This commit is contained in:
Benjamin Dauvergne 2013-11-19 11:37:52 +01:00
parent 861231caf7
commit 9c5fcf7800
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BASE=`dirname $0`
ENV=${ENV:-preprod}
ENV=${ENV:-dev}
$BASE/run.sh loaddata --traceback groups feeds categories users-${ENV} saml-${ENV} pages-${ENV}