fixed config.properties file

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/portal/social-networking-library-ws/2.2@178995 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2019-04-11 12:36:53 +00:00
parent fd9b95d6aa
commit 7a0ef16154
3 changed files with 4 additions and 7 deletions

View File

@ -7,9 +7,6 @@
<dependent-module archiveName="portal-manager-2.4.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/portal-manager/portal-manager">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="social-util-library-1.6.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/social-util-library/social-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="pickitem-widget-2.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/pickitem-widget/pickitem-widget">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -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

View File

@ -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
DEV_FALLBACK_GATEWAY=gCube Snapshot Gateway
PREPROD_FALLBACK_GATEWAY=D4Science Preproduction Gateway