From ba9c2f08317343dd5e741583321e0626f6f930c8 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Fri, 29 Nov 2019 14:42:16 +0530 Subject: [PATCH] Modifying the base uri for oauth2 for release environment --- .../src/main/resources/application-staging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-server/src/main/resources/application-staging.properties b/app/server/appsmith-server/src/main/resources/application-staging.properties index df8e7594ea..a1a4569a66 100644 --- a/app/server/appsmith-server/src/main/resources/application-staging.properties +++ b/app/server/appsmith-server/src/main/resources/application-staging.properties @@ -1,5 +1,5 @@ # Appsmith Configurations -appsmith.baseUri=https://appsmith-test.herokuapp.com +appsmith.baseUri=https://release-api.appsmith.com #Mongo properties spring.data.mongodb.database=mobtools