From e179b779fc6a1155f5183303c46b03baf7387e59 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 27 Apr 2009 07:20:33 +0000
Subject: [PATCH] change download URL in order to be workable for an
 out-of-the-box installation

SVN: 10811
---
 datastore_server/dist/etc/service.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties
index e7fe68c29c1..5ced80e4d08 100644
--- a/datastore_server/dist/etc/service.properties
+++ b/datastore_server/dist/etc/service.properties
@@ -49,7 +49,7 @@ username = etlserver
 password = etlserver
 
 # The base URL for Web client access.
-download-url = https://localhost:8889
+download-url = https://localhost:8444
 
 # SMTP properties (must start with 'mail' to be considered). 
 # mail.smtp.host = localhost
-- 
GitLab