Merge with d1e79f3c8c8779d14ab5297049bdc0812f942654
[pithos] / src / gr / ebs / gss / client / Configuration.java
index 67f1e96..3435fdc 100644 (file)
@@ -78,6 +78,12 @@ public interface Configuration extends Constants {
        String webdavUrl();
 
        /**
+        * @return the URL of the service home page
+        */
+       @DefaultStringValue("http://localhost:8080/")
+       String serviceHome();
+
+       /**
         * @return the token TTL note
         */
        @DefaultStringValue("")