diff --git a/setup.sh b/setup.sh
index 6b09cf9ea215e4ae3ccac29f6dae702fabefb134..2d52a231dfbc212daa54987e12ea06c268b4fbb4 100644
--- a/setup.sh
+++ b/setup.sh
@@ -43,7 +43,7 @@ if [ ! -d $DM_SUPPORT_DIR ]; then
 fi
 export DM_OPT_DIR=$DM_SUPPORT_DIR/opt
 export DM_GLASSFISH_DIR=$DM_OPT_DIR/payara
-
+export DM_DOMAIN_NAME=domain1
 
 # Add to path only if directory exists.
 prependPathIfDirExists() {