diff --git a/VS2012/Installer/serverExample.bat b/VS2012/Installer/serverExample.bat index fd451d0ba5..cb502910e8 100755 --- a/VS2012/Installer/serverExample.bat +++ b/VS2012/Installer/serverExample.bat @@ -66,7 +66,6 @@ SET CMD= SET CMD=%CMD% --server.endpoint %HTTP_PORT% SET CMD=%CMD% --database.directory %DATABASE_DIR% SET CMD=%CMD% --server.disable-authentication true -SET CMD=%CMD% --server.disable-admin-interface false SET CMD=%CMD% --log.level %LOG_LEVEL% SET CMD=%CMD% --log.severity human SET CMD=%CMD% --javascript.action-directory %ACTION_DIR%