From 517c9dd736f5d632c24634932443fa86f06fe318 Mon Sep 17 00:00:00 2001 From: Christopher - RtF <58520035+christopher-rtf@users.noreply.github.com> Date: Mon, 19 Apr 2021 12:27:00 -0400 Subject: [PATCH] Switch back to canary track --- Morphic.Client/appsettings.Development.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Morphic.Client/appsettings.Development.json b/Morphic.Client/appsettings.Development.json index 61fcf665..2e279365 100644 --- a/Morphic.Client/appsettings.Development.json +++ b/Morphic.Client/appsettings.Development.json @@ -14,15 +14,15 @@ } }, "MorphicService": { - "ApiEndpointUrlAsString": "https://api.morphic.org/", - "FrontEndUrlAsString": "https://app.morphic.org/", - "BarEditorWebAppUrlAsString": "https://communitynew.morphic.org/" + "ApiEndpointUrlAsString": "https://api.morphic.dev/", + "FrontEndUrlAsString": "https://app.morphic.dev/", + "BarEditorWebAppUrlAsString": "https://custom.morphic.dev/" }, "Update": { - "AppCastUrl": "https://app.morphic.org/autoupdate/morphic-windows-preview.appcast.xml" + "AppCastUrl": "https://app.morphic.dev/autoupdate/morphic-windows.appcast.xml" }, "Countly": { - "ServerUrl": "https://countly.morphic.org", - "AppKey": "809a28e3be9fbc1e7e178cf99186af799fa87048" + "ServerUrl": "https://countly.morphic.dev", + "AppKey": "b518ed6ca13aae3f60197dc5fdda2a0e649a54b3" } } \ No newline at end of file