org.odpi.openmetadata.accessservices.subjectarea.fvt.FVTConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subject-area-fvt Show documentation
Show all versions of subject-area-fvt Show documentation
FVT resources for the Subject Area Open Metadata Access Service (OMAS).
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.subjectarea.fvt;
/**
* Created by david on 29/11/2018.
*/
public class FVTConstants
{
public static final String USERID = "erinoverview";
public static final String DEFAULT_URL = "https://localhost:9443";
public static final String SERVER_NAME1 = "cocoMDS4";
public static final String SERVER_NAME2 = "cocoMDS1";
}