Rename home repository into ego repository.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeConstants.java
index 50647de50ec720904eb74cca0343f91a923074c2..c639c75840579f170af6e43badfac66c1e409fda 100644 (file)
@@ -23,8 +23,9 @@ public interface NodeConstants {
         * COMMON NAMES
         */
        String NODE = "node";
+       String EGO = "ego";
        String HOME = "home";
-       String SRV = "groups";
+       String SRV = "srv";
        String GUESTS = "guests";
        String PUBLIC = "public";