Rome Online White Labelling.
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.IO;
|
||||
using RestSharp;
|
||||
namespace BodyshopPartner.Utils
|
||||
namespace RomeOnlinePartner.Utils
|
||||
{
|
||||
public static class AppMetaData
|
||||
{
|
||||
@@ -22,7 +22,7 @@ namespace BodyshopPartner.Utils
|
||||
public static Boolean IsTest = false;
|
||||
private static string workingDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
|
||||
|
||||
public static string globalScriptsPath = @"C:\ImEX\PartnerScripts";
|
||||
public static string globalScriptsPath = @"C:\Rome\PartnerScripts";
|
||||
public static RestClient RestClient;
|
||||
|
||||
|
||||
@@ -44,9 +44,9 @@ namespace BodyshopPartner.Utils
|
||||
FirebaseAPIKey = "AIzaSyBw7_GTy7GtQyfkIRPVrWHEGKfcqeyXw0c";
|
||||
|
||||
#else
|
||||
graphQlEndpoint = "https://db.imex.online/v1/graphql";
|
||||
RestClient = new RestClient("https://api.imex.online");
|
||||
FirebaseAPIKey = "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU";
|
||||
graphQlEndpoint = "https://db.romeonline.io/v1/graphql";
|
||||
RestClient = new RestClient("https://api.romeonline.io");
|
||||
FirebaseAPIKey = "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE";
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user