Capture additional CIECA information.

This commit is contained in:
Patrick Fic
2023-09-28 09:30:41 -07:00
parent 06aca405aa
commit a325d768da
3 changed files with 607 additions and 210 deletions

View File

@@ -55,9 +55,9 @@ namespace RomeOnlinePartner.Utils
{
IsTest = true;
graphQlEndpoint = "https://db.test.bodyshop.app/v1/graphql";
RestClient = new RestClient("https://api.test.imex.online");
FirebaseAPIKey = "AIzaSyBw7_GTy7GtQyfkIRPVrWHEGKfcqeyXw0c";
graphQlEndpoint = "https://db.test.romeonline.io/v1/graphql";
RestClient = new RestClient("https://api.test.romeonline.io");
FirebaseAPIKey = "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE";
}
else
{