You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
public static readonly string ServerName = "172.30.171.244";
public static readonly string SqlInstance = $"{ServerName}\\EDDSINSTANCE001";
public static readonly int WorkspaceArtifactId = 1019403;
public static readonly string RelativityLogin = "relativity.admin@relativity.com";
public static readonly string RelativityPassword = "Test1234!";
public static readonly string SqlLogin = "eddsdbo";
public static readonly string SqlPassword = "Test1234!";
public static readonly Uri RsapiUri = new Uri($"http://{TestConstants.ServerName}/Relativity.Services");
public static readonly Uri RestUri = new Uri($"http://{TestConstants.ServerName}/Relativity.Rest/Api");
public static readonly string RelativityUrl = $"http://{TestConstants.ServerName}/Relativity";
public static readonly UsernamePasswordCredentials RelativityUsernamePasswordCredentials = new UsernamePasswordCredentials(TestConstants.RelativityLogin, TestConstants.RelativityPassword);
public static readonly ServiceFactorySettings ServiceFactorySettings = new ServiceFactorySettings(TestConstants.RsapiUri, TestConstants.RestUri,