From dcb74a7be75137bf68c06af1d4fded67b5d04bf1 Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Thu, 2 Apr 2020 17:17:19 +0530 Subject: [PATCH] Updated the marketplace URL after deploying of marketplace service --- .../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 a2bf381ef1..b2b1d0fbbf 100644 --- a/app/server/appsmith-server/src/main/resources/application-staging.properties +++ b/app/server/appsmith-server/src/main/resources/application-staging.properties @@ -6,7 +6,7 @@ spring.data.mongodb.database=mobtools spring.data.mongodb.uri=mongodb+srv://admin:Y9PuxM52gcP3Dgfo@mobtools-test-cluster-swrsq.mongodb.net/mobtools?retryWrites=true&minPoolSize=1&maxPoolSize=10&maxIdleTimeMS=900000 spring.data.mongodb.authentication-database=admin -marketplace.base-url = http://localhost:8081/api/v1 +marketplace.base-url = https://release-marketplace.appsmith.com/api/v1 # Log properties logging.level.root=info