Skip to content
Snippets Groups Projects
Commit e42d8a7f authored by sveseli's avatar sveseli
Browse files

added properties needed for web service api

parent 30c4b729
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ package gov.anl.aps.dm.common.constants; ...@@ -5,6 +5,7 @@ package gov.anl.aps.dm.common.constants;
*/ */
public class DmProperty { public class DmProperty {
public static final String WEB_SERVICE_URL_PROPERTY_NAME = "dm.webService.url"; public static final String DS_WEB_SERVICE_URL_PROPERTY_NAME = "dm.dsWebService.url";
public static final String SYSTEM_USER_PROPERTY_NAME = "dm.system.user";
public static final String SYSTEM_PASSWORD_FILE_PROPERTY_NAME = "dm.system.passwordFile";
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment