diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 085c5cf..cf0f016 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,9 +7,6 @@ uses - - uses - uses diff --git a/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java b/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java index cfe1928..1e88ff7 100644 --- a/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java +++ b/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java @@ -40,8 +40,8 @@ public class SocialNetworkingSiteFinder { // these properties could be overwritten by the ones read from config.properties private static String PROD_FALLBACK_GATEWAY = "D4Science.org Gateway"; - private static String DEV_FALLBACK_GATEWAY = "gCube Dev4 Snapshot Gateway"; - private static String PREPROD_FALLBACK_GATEWAY = "gCube Preprod (dev) Gateway"; + private static String DEV_FALLBACK_GATEWAY = "gCube Snapshot Gateway"; + private static String PREPROD_FALLBACK_GATEWAY = "D4Science Preproduction Gateway"; /** * Singleton object diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index 01c7a5b..c13b578 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,4 +1,4 @@ #These properties are used to build up the SocialNetworkingSite object to send notifications PROD_FALLBACK_GATEWAY=D4Science.org Gateway -DEV_FALLBACK_GATEWAY=gCube Dev4 Snapshot Gateway -PREPROD_FALLBACK_GATEWAY=gCube Preprod (dev) Gateway \ No newline at end of file +DEV_FALLBACK_GATEWAY=gCube Snapshot Gateway +PREPROD_FALLBACK_GATEWAY=D4Science Preproduction Gateway \ No newline at end of file