Change DB string

This commit is contained in:
Dave Richer
2024-09-06 13:45:17 -04:00
parent 74e2e2db92
commit f28e1e0370
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
.editorconfig
.vscode
# User-specific files
*.rsuser
*.suo

View File

@@ -33,7 +33,7 @@ namespace BodyshopPartner.Utils
if (args.Length == 1)
{
#if DEBUG
graphQlEndpoint = "https://db.dev.bodyshop.app/v1/graphql";
graphQlEndpoint = "https://db.dev.imex.online/v1/graphql";
RestClient = new RestClient("http://localhost:4000");
FirebaseAPIKey = "AIzaSyDPLT8GiDHDR1R4nI66Qi0BY1aYviDPioc";