This commit is contained in:
Massimiliano Assante 2017-05-15 16:44:22 +00:00
parent 57f1855a60
commit fcbd8b8f56
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ public class PortalContext {
protected static final String SCOPE_SEPARATOR = "/";
private final static String DEFAULT_ROLE = "OrganizationMember";
private static final String CONFIGURATION_FOLDER = "conf";
private static final String INFRA_PROPERTY_FILENAME = "infrastructure.properties";
public static final String CONFIGURATION_FOLDER = "conf";
public static final String INFRA_PROPERTY_FILENAME = "infrastructure.properties";
private static final String GCUBE_DEV__CONTEXT_PROPERTY_FILENAME = "gcube-dev-context.properties";
private static final String DEV_USERNAME_ATTR = "user.username";