namespace TapTap.TapDB.Standalone.Internal { public static class Constants { public static readonly string EVENT = "event"; public static readonly string PROPERTY_INITIALIZE_TYPE = "initialise"; public static readonly string PROPERTY_UPDATE_TYPE = "update"; public static readonly string PROPERTY_ADD_TYPE = "add"; public readonly static string SERVER_URL_BJ = "https://e.tapdb.net"; public readonly static string SERVER_URL_SG = "https://e.tapdb.ap-sg.tapapis.com"; public readonly static string API_VERSION = "v2"; } }